2 references to Property2
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
ApplicationModels\DefaultPageApplicationModelProviderTest.cs (2)
162Assert.Equal(typeInfo.GetProperty(nameof(PageWithModelWithoutPageModelAttribute.Property2)), property.PropertyInfo); 163Assert.Equal(nameof(PageWithModelWithoutPageModelAttribute.Property2), property.PropertyName);