2 references to PageWithHandlerParameters
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
ApplicationModels\DefaultPageApplicationModelProviderTest.cs (2)
897
var typeInfo = typeof(
PageWithHandlerParameters
).GetTypeInfo();
898
var expected = typeInfo.GetMethod(nameof(
PageWithHandlerParameters
.OnPost));