public AspMvcAreaAttribute()

in src/Annotations.cs [1715:1718]


    public AspMvcAreaAttribute([NotNull] string anonymousProperty)
    {
      AnonymousProperty = anonymousProperty;
    }