Show / Hide Table of Contents

    Class HttpQueryStringFilterAttribute

    Allows an Action to execute with an arbitrary number of QueryStrings

    Inheritance
    System.​Object
    System.​Attribute
    System.​Web.​Http.​Filters.​Filter​Attribute
    System.​Web.​Http.​Filters.​Action​Filter​Attribute
    Namespace:System.Dynamic.ExpandoObject
    Assembly:umbraco.dll
    Syntax
    public sealed class HttpQueryStringFilterAttribute : ActionFilterAttribute, _Attribute, IActionFilter, IFilter
    Remarks

    Just like you can POST an arbitrary number of parameters to an Action, you can't GET an arbitrary number but this will allow you to do it

    Constructors

    HttpQueryStringFilterAttribute(String)

    Declaration
    public HttpQueryStringFilterAttribute(string parameterName)
    Parameters
    Type Name Description
    System.​String parameterName

    Properties

    ParameterName

    Declaration
    public string ParameterName { get; }
    Property Value
    Type Description
    System.​String

    Methods

    OnActionExecuting(HttpActionContext)

    Declaration
    public override void OnActionExecuting(HttpActionContext actionContext)
    Parameters
    Type Name Description
    System.​Web.​Http.​Controllers.​Http​Action​Context actionContext
    In This Article
    • Constructors
      • HttpQueryStringFilterAttribute(String)
    • Properties
      • ParameterName
    • Methods
      • OnActionExecuting(HttpActionContext)
    Back to top Copyright © 2016 Umbraco
    Generated by DocFX