5 references to Forms
RazorPagesWebSite (5)
Pages\PropertyBinding\BindFormFile.cshtml.cs (5)
30if (string.IsNullOrEmpty(Forms.Form1.Name) || Forms.Form1.Length == 0) 32throw new Exception($"{nameof(Forms.Form1)} is not bound."); 35if (Forms.Form2 != null) 37throw new Exception($"{nameof(Forms.Form2)} is bound.");