Class MvcEditContainer
Implements
System.IDisposable
Inherited Members
Namespace: EPiServer.Web.Mvc.Internal
Assembly: EPiServer.Cms.AspNetCore.HtmlHelpers.dll
Version: 12.0.3Syntax
public class MvcEditContainer : EditContainer, IDisposable
Constructors
MvcEditContainer(HttpContext, String, String, String, String, TextWriter)
Initializes a new instance of the Mvc
Declaration
public MvcEditContainer(HttpContext requestContext, string epiPropertyKey, string epiPropertyName, string editElementName, string editElementCssClass, TextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
requestContext | The request context. |
System. |
epiPropertyKey | Key of the episerver property. |
System. |
epiPropertyName | Name of the episerver property. |
System. |
editElementName | Name of the edit element. |
System. |
editElementCssClass | The CSS class for edit element. |
System. |
writer | The text writer. |
Methods
WriteEndElement(String)
Writes the end element in the text writer.
Declaration
protected override void WriteEndElement(string endElement)
Parameters
Type | Name | Description |
---|---|---|
System. |
endElement | The end element. |
Overrides
WriteStartElement(String)
Writes the start element in the text writer.
Declaration
protected override void WriteStartElement(string startElement)
Parameters
Type | Name | Description |
---|---|---|
System. |
startElement | The start element. |
Overrides
Implements
System.IDisposable