public AspMvcAreaViewComponentViewLocationFormatAttribute()

in src/Annotations.cs [1592:1595]


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