CheckTextFileEncodings.Annotations.AspMvcAreaMasterLocationFormatAttribute.AspMvcAreaMasterLocationFormatAttribute C# (CSharp) Method

AspMvcAreaMasterLocationFormatAttribute() public method

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