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

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

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