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