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

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

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