PageActionInvoker
PageActionInvoker(IPageHandlerMethodSelector, DiagnosticSource, ILogger, PageContext, IFilterMetadata[], PageActionInvokerCacheEntry, ParameterBinder, ITempDataDictionaryFactory, HtmlHelperOptions)
PageActionInvoker(IPageHandlerMethodSelector, DiagnosticSource, ILogger, IActionResultTypeMapper, PageContext, IFilterMetadata[], PageActionInvokerCacheEntry, ParameterBinder, ITempDataDictionaryFactory, HtmlHelperOptions)
InvokeInnerFilterAsync()
InvokeResultAsync(IActionResult)
ReleaseResources()
netcoreapp2.0
namespace Microsoft.AspNetCore.Mvc.RazorPages.Internal
{
public class PageActionInvoker : ResourceInvoker, IActionInvoker
{
public PageActionInvoker(IPageHandlerMethodSelector handlerMethodSelector, DiagnosticSource diagnosticSource, ILogger logger, PageContext pageContext, IFilterMetadata[] filterMetadata, PageActionInvokerCacheEntry cacheEntry, ParameterBinder parameterBinder, ITempDataDictionaryFactory tempDataFactory, HtmlHelperOptions htmlHelperOptions);
}
}
.NET Core | 2.0 |
---|---|
Information specific to netcoreapp2.0 | |
Assembly | Microsoft.AspNetCore.Mvc.RazorPages , Version=2.0.4.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API