Class ContentAreaContext
A helper object that can be used when rendering content in a Content
Implements
System.IDisposable
Inherited Members
Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.Cms.AspNetCore.Mvc.dll
Version: 12.0.3Syntax
public class ContentAreaContext : ContentRenderingScope, IDisposable
Remarks
This class implements System.
Constructors
ContentAreaContext(HttpContext, IContent)
Initializes a new instance of the Content
Declaration
public ContentAreaContext(HttpContext context, IContent content)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
context | The request context. |
IContent | content | The content. |
Implements
System.IDisposable