IRenderingTarget Encode Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Encodes an object per underlying target specification. For example, a Http-related target may encode strings using HttpEncoder. If particular target does not support encoding then this method should just return the argument unmodified

Namespace: NFX.Templatization
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

Object Encode(
	Object value
)

Return Value

Type: OnlineObject
See Also