public RazorPageBaseTypeAttribute()

in src/Annotations.cs [2120:2124]


      public RazorPageBaseTypeAttribute([NotNull] string baseType, string pageName)
      {
          BaseType = baseType;
          PageName = pageName;
      }