Try our conversational search powered by Generative AI!

Delegate Url.EncodeByte

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

Namespace: EPiServer
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public delegate Url.EncodeAs EncodeByte(byte b);
Parameters
Type Name Description
System.Byte b

The byte to encode.

Returns
Type Description
Url.EncodeAs

A value specifying how the byte should be encoded.

Constructors

EncodeByte(Object, IntPtr)

Declaration
public EncodeByte(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(Byte, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(byte b, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Byte b
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual Url.EncodeAs EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result
Returns
Type Description
Url.EncodeAs

Invoke(Byte)

Declaration
public virtual Url.EncodeAs Invoke(byte b)
Parameters
Type Name Description
System.Byte b
Returns
Type Description
Url.EncodeAs

Extension Methods