Interface IViewRegistrator
Registrates partial views
Namespace: EPiServer.DataAbstraction.RuntimeModel.Internal
Assembly: EPiServer.Cms.AspNetCore.Mvc.dll
Version: 12.0.3Syntax
public interface IViewRegistrator
Methods
RegisterViews(HttpContext)
Registers the partial views.
Declaration
void RegisterViews(HttpContext httpContext)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Http.HttpContext | httpContext | The http context. |