This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or sets a value indicating whether to use output decoding before sending the response to the client.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[]
public static void SetOutputDecoding(
	 context,
	 decode
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Sub SetOutputDecoding ( _
	context As , _
	decode As  _
)

Parameters

context
IRenderContext
The context.
decode
OutputDecoding
if set to off, the output will not be decoded.

See Also

Advanced