public AspMvcAreaMasterLocationFormatAttribute()

in src/Annotations.cs [1560:1563]


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