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

AspMvcMasterLocationFormatAttribute() 공개 메소드

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