3 references to PropertyWithNoValue
Microsoft.AspNetCore.Mvc.RazorPages.Test (3)
Infrastructure\PageBinderFactoryTest.cs (3)
258
Name = nameof(PageModelWithProperty.
PropertyWithNoValue
),
260
Property = type.GetProperty(nameof(PageModelWithProperty.
PropertyWithNoValue
)),
297
Assert.Null(model.
PropertyWithNoValue
);