public AspMvcMasterLocationFormatAttribute()

in src/Annotations.cs [1624:1627]


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