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

AspMvcViewLocationFormatAttribute() public method

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