Try our conversational search powered by Generative AI!

Class ContentAreaExtensions

Extension methods for rendering content areas insode MVC views

Inheritance
System.Object
ContentAreaExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.Mvc.Html
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public static class ContentAreaExtensions

Methods

RenderContentArea(HtmlHelper, ContentArea)

Renders the content area on the stream.

Declaration
public static void RenderContentArea(this HtmlHelper htmlHelper, ContentArea contentArea)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper

The HTML.

ContentArea contentArea

The content area.