The delegate signature of a method that is used to determine of a character should be encoded (not safe).

Namespace:  EPiServer
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public delegate Url..::.EncodeAs EncodeByte(
	byte b
)

Parameters

b
Type: System..::.Byte

Return Value

True if character is safe; False if character should be encoded.

See Also