Interface IStoresCurrentRenderingConfig
An object which provides access to the rendering configuration. This interface is only used within the scope of a rendering request, and so generally-speaking should not be used as part of the public API.
Namespace: ZptSharp.Config
Assembly: ZptSharp.dll
Syntax
public interface IStoresCurrentRenderingConfig
Properties
| Improve this Doc View SourceConfiguration
Gets or sets the current configuration.
Declaration
RenderingConfig Configuration { get; set; }
Property Value
Type | Description |
---|---|
RenderingConfig | The configuration. |
Methods
| Improve this Doc View SourceGetConfiguration()
Gets the rendering configuration.
Declaration
RenderingConfig GetConfiguration()
Returns
Type | Description |
---|---|
RenderingConfig | The configuration. |