Interface IRenderSettings
Definies settings used during rendering
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3Syntax
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> |