Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRequestAccessor

    Namespace: Umbraco.Cms.Core.Web
    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
    Uri? GetRequestUrl()
    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
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetQueryStringValue(String)
      • GetRequestUrl()
      • GetRequestValue(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX