[This is preliminary documentation and is subject to change.]
Returns thread-local rendering context which is specific for this call to Render()
Namespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public TRenderingContext RenderingContext { get; }
public TRenderingContext RenderingContext { get; }
Public ReadOnly Property RenderingContext As TRenderingContext
Get
Public ReadOnly Property RenderingContext As TRenderingContext
Get
public:
property TRenderingContext RenderingContext {
TRenderingContext get ();
}
public:
property TRenderingContext RenderingContext {
TRenderingContext get ();
}
member RenderingContext : 'TRenderingContext with get
member RenderingContext : 'TRenderingContext with get
Property Value
Type:
TRenderingContext