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

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

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