Delegate PropertyData.TranslateUri
  
  
  
  
  Assembly: EPiServer.dll
  Version: 7.19.2
  Syntax
  
    public delegate string TranslateUri(string url);
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | url |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Constructors
  
  
  
  
  TranslateUri(Object, IntPtr)
  
  
  Declaration
  
    public TranslateUri(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | object |  | 
      
        | System.IntPtr | method |  | 
    
  
  Methods
  
  
  
  
  BeginInvoke(String, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(string url, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | url |  | 
      
        | System.AsyncCallback | callback |  | 
      
        | System.Object | object |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.IAsyncResult |  | 
    
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual string EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.IAsyncResult | result |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  Invoke(String)
  
  
  Declaration
  
    public virtual string Invoke(string url)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | url |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Extension Methods