public AspMvcViewLocationFormatAttribute()

in src/Annotations.cs [1672:1675]


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