Artemis.Annotations.AspMvcAreaMasterLocationFormatAttribute.AspMvcAreaMasterLocationFormatAttribute C# (CSharp) 메소드

AspMvcAreaMasterLocationFormatAttribute() 공개 메소드

public AspMvcAreaMasterLocationFormatAttribute ( string format ) : System
format string
리턴 System
        public AspMvcAreaMasterLocationFormatAttribute(string format)
        {
            Format = format;
        }
AspMvcAreaMasterLocationFormatAttribute