SaaS CMS has officially launched! Learn more now.

Interface IViewRegistrator

Registrates partial views

Namespace: EPiServer.DataAbstraction.RuntimeModel.Internal
Assembly: EPiServer.Cms.AspNetCore.Mvc.dll
Version: 12.0.3
Syntax
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.

Extension Methods