View Source
  Interface IRequestAccessor
  
  
  
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public interface IRequestAccessor
   
  Methods
  
  
    View Source
  
  GetQueryStringValue(String)
  Returns the query string value for the given name
 
  
  Declaration
  
    string GetQueryStringValue(string name)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        name | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    View Source
  
  GetRequestUrl()
  Returns the current request uri
 
  
  Declaration
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<Uri> | 
         | 
      
    
  
  
    View Source
  
  GetRequestValue(String)
  Returns the request/form/querystring value for the given name
 
  
  Declaration
  
    string GetRequestValue(string name)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        name | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         |