2 references to PageWithNonHandlerMethod
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
ApplicationModels\DefaultPageApplicationModelProviderTest.cs (2)
832
var typeInfo = typeof(
PageWithNonHandlerMethod
).GetTypeInfo();
833
var expected = typeInfo.GetMethod(nameof(
PageWithNonHandlerMethod
.OnGet), BindingFlags.Public | BindingFlags.Instance);