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