AfterViewEventData(IView, ViewContext) 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.
Initializes a new instance of AfterViewEventData.
public:
AfterViewEventData(Microsoft::AspNetCore::Mvc::ViewEngines::IView ^ view, Microsoft::AspNetCore::Mvc::Rendering::ViewContext ^ viewContext);
public AfterViewEventData (Microsoft.AspNetCore.Mvc.ViewEngines.IView view, Microsoft.AspNetCore.Mvc.Rendering.ViewContext viewContext);
new Microsoft.AspNetCore.Mvc.Diagnostics.AfterViewEventData : Microsoft.AspNetCore.Mvc.ViewEngines.IView * Microsoft.AspNetCore.Mvc.Rendering.ViewContext -> Microsoft.AspNetCore.Mvc.Diagnostics.AfterViewEventData
Public Sub New (view As IView, viewContext As ViewContext)
Parameters
- viewContext
- ViewContext
The ViewContext.