| IRendererIntercepts Method |
Whether the renderer can render the request or not.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
SyntaxRenderMode Intercepts(
Config monConfig
)
Function Intercepts (
monConfig As Config
) As RenderMode
RenderMode Intercepts(
Config^ monConfig
)
abstract Intercepts :
monConfig : Config -> RenderMode
Parameters
- monConfig
- Type: Activsoft.EngineConfig
The current Config instance.
Return Value
Type:
RenderModeNone 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