View Source
Class QueryStringFilterAttribute
Allows an Action to execute with an arbitrary number of QueryStrings
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class QueryStringFilterAttribute : ActionFilterAttribute
Constructors
View Source
QueryStringFilterAttribute(String)
Declaration
public QueryStringFilterAttribute(string parameterName)
Parameters
Type |
Name |
Description |
System.String |
parameterName |
|
Properties
View Source
ParameterName
Declaration
public string ParameterName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
OnActionExecuting(ActionExecutingContext)
Declaration
public override void OnActionExecuting(ActionExecutingContext filterContext)
Parameters
Type |
Name |
Description |
ActionExecutingContext |
filterContext |
|
View Source
Converts a dictionary to a FormCollection
Declaration
public static FormCollection ToFormCollection(IDictionary<string, object> d)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
d |
|
Returns
Type |
Description |
FormCollection |
|