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

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

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