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

AspMvcAreaViewLocationFormatAttribute() 공개 메소드

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