Class Url.EncodeByte
The delegate signature of a method that is used to determine of a character should be encoded (not safe).
Inheritance
System.Object
Url.EncodeByte
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class EncodeByte : MulticastDelegate
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
Invoke(Byte)
Declaration
public virtual Url.EncodeAs Invoke(byte b)
Parameters
Type |
Name |
Description |
System.Byte |
b |
|
Returns
Extension Methods