At.FF.Krems.Configuration.Annotations.AspMvcAreaMasterLocationFormatAttribute.AspMvcAreaMasterLocationFormatAttribute C# (CSharp) Method

AspMvcAreaMasterLocationFormatAttribute() public method

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