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

AspMvcMasterLocationFormatAttribute() public method

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