Try our conversational search powered by Generative AI!

Class MvcEditContainer

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
MvcEditContainer
Implements
System.IDisposable
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.Internal
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class MvcEditContainer : EditContainer, IDisposable

Constructors

MvcEditContainer(RequestContext, String, String, String, String, TextWriter)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the MvcEditContainer class.

Declaration
public MvcEditContainer(RequestContext requestContext, string epiPropertyKey, string epiPropertyName, string editElementName, string editElementCssClass, TextWriter writer)
Parameters
Type Name Description
System.Web.Routing.RequestContext requestContext

The request context.

System.String epiPropertyKey

Key of the episerver property.

System.String epiPropertyName

Name of the episerver property.

System.String editElementName

Name of the edit element.

System.String editElementCssClass

The CSS class for edit element.

System.IO.TextWriter writer

The text writer.

Methods

WriteEndElement(String)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Writes the end element in the text writer.

Declaration
protected override void WriteEndElement(string endElement)
Parameters
Type Name Description
System.String endElement

The end element.

Overrides

WriteStartElement(String)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Writes the start element in the text writer.

Declaration
protected override void WriteStartElement(string startElement)
Parameters
Type Name Description
System.String startElement

The start element.

Overrides

Implements

System.IDisposable

Extension Methods