Class DefaultMvcPropertyRenderer
Inheritance
System.Object
DefaultMvcPropertyRenderer
Implements
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
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class DefaultMvcPropertyRenderer : IMvcPropertyRenderer
Constructors
DefaultMvcPropertyRenderer()
Initializes a new instance of the Default
Declaration
public DefaultMvcPropertyRenderer()
DefaultMvcPropertyRenderer(CachingViewEnginesWrapper)
Initializes a new instance of the Default
Declaration
public DefaultMvcPropertyRenderer(CachingViewEnginesWrapper cachingViewEngineWrapper)
Parameters
Type | Name | Description |
---|---|---|
Caching |
cachingViewEngineWrapper | The caching view engine wrapper. |
Methods
Render(IContentData, PropertyData, ViewContext, TextWriter)
Renders the given property to the designated writer.
Declaration
public void Render(IContentData propertyOwner, PropertyData property, ViewContext context, TextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
IContent |
propertyOwner | The content the property belongs to. |
Property |
property | The property data to render. |
System. |
context | The view context in which the property is being rendered. |
System. |
writer | The writer to which to write the property. |