2 references to PageModelWithHandlerNames
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
ApplicationModels\DefaultPageApplicationModelProviderTest.cs (2)
863
var typeInfo = typeof(
PageModelWithHandlerNames
).GetTypeInfo();
875
Assert.Same(typeInfo.GetMethod(nameof(
PageModelWithHandlerNames
.OnPutDeleteAsync)), handler.MethodInfo);