Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IRenderSettings

Definies settings used during rendering

Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IRenderSettings

Properties

RenderSettings

Dictionary of key values that can be used to customize the rendering of the property. These settings will also be passed to the property editor.

Declaration
IDictionary<string, object> RenderSettings { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

Extension Methods