Artemis.Annotations.AspMvcViewLocationFormatAttribute.AspMvcViewLocationFormatAttribute C# (CSharp) Method

AspMvcViewLocationFormatAttribute() public method

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