Click or drag to resize
IRendererIntercepts Method
Whether the renderer can render the request or not.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
RenderMode Intercepts(
	Config monConfig
)

Parameters

monConfig
Type: Activsoft.EngineConfig
The current Config instance.

Return Value

Type: RenderMode
None if the renderer cannot render the request, Binary if the renderer's output will be binary, Character if the renderer's output will be in text format.
See Also