public AspMvcViewComponentViewLocationFormatAttribute()

in src/Annotations.cs [1656:1659]


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