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

AspMvcViewLocationFormatAttribute() 공개 메소드

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