PageApplicationModelProviderContext(PageActionDescriptor, TypeInfo) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instantiates a new instance of PageApplicationModelProviderContext.
public:
PageApplicationModelProviderContext(Microsoft::AspNetCore::Mvc::RazorPages::PageActionDescriptor ^ descriptor, System::Reflection::TypeInfo ^ pageTypeInfo);
public PageApplicationModelProviderContext (Microsoft.AspNetCore.Mvc.RazorPages.PageActionDescriptor descriptor, System.Reflection.TypeInfo pageTypeInfo);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PageApplicationModelProviderContext : Microsoft.AspNetCore.Mvc.RazorPages.PageActionDescriptor * System.Reflection.TypeInfo -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageApplicationModelProviderContext
Public Sub New (descriptor As PageActionDescriptor, pageTypeInfo As TypeInfo)
Parameters
- descriptor
- PageActionDescriptor
The PageActionDescriptor.
- pageTypeInfo
- TypeInfo
The type of the page.