1 instantiation of PageModelWithBindNeverProperty
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageBinderFactoryTest.cs (1)
507
var model = new
PageModelWithBindNeverProperty
();
5 references to PageModelWithBindNeverProperty
Microsoft.AspNetCore.Mvc.RazorPages.Test (5)
Infrastructure\PageBinderFactoryTest.cs (5)
473
var type = typeof(
PageModelWithBindNeverProperty
).GetTypeInfo();
481
Name = nameof(
PageModelWithBindNeverProperty
.BindNeverProperty),
483
Property = type.GetProperty(nameof(
PageModelWithBindNeverProperty
.BindNeverProperty)),
494
{ nameof(
PageModelWithBindNeverProperty
.BindNeverProperty), "value" },
507
var
model = new PageModelWithBindNeverProperty();