Artemis.Annotations.AspMvcAreaPartialViewLocationFormatAttribute.AspMvcAreaPartialViewLocationFormatAttribute C# (CSharp) Метод

AspMvcAreaPartialViewLocationFormatAttribute() публичный Метод

public AspMvcAreaPartialViewLocationFormatAttribute ( string format ) : System
format string
Результат System
        public AspMvcAreaPartialViewLocationFormatAttribute(string format)
        {
            Format = format;
        }
AspMvcAreaPartialViewLocationFormatAttribute