You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Helpers > HtmlHelpers Class > AddAllQueryStringValues Method (UserInput, Controller)

HtmlHelpersAddAllQueryStringValues Method (UserInput, Controller)

AuctionWorx 3.5 API
Adds all form input values sent with a GET request

Namespace:  RainWorx.FrameWorx.MVC.Helpers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public static void AddAllQueryStringValues(
	this UserInput userInput,
	Controller controller
)

Parameters

userInput
Type: RainWorx.FrameWorx.DTOUserInput
the user input container object
controller
Type: Controller
a referernce to the controller handling the request

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type UserInput. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.