Inheritance Hierarchy
RainWorx.FrameWorx.DTOUserInput
Namespace: RainWorx.FrameWorx.DTO
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class UserInput
The UserInput type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserInput | Initializes a new instance of the UserInput class |
![]() | UserInput(String, String) | Initializes a new instance of the UserInput class |
![]() | UserInput(String, String, String, String) | Initializes a new instance of the UserInput class |
Properties
Name | Description | |
---|---|---|
![]() | ActingUserName | |
![]() | CultureName | |
![]() | CultureUIName | |
![]() | FBOUserName | |
![]() | Items | |
![]() | Raw |
Extension Methods
Name | Description | |
---|---|---|
![]() | AddAllFormValues(Controller) | Overloaded.
Adds all form input values sent with a GET request
(Defined by HtmlHelpers.) |
![]() | AddAllFormValues(Controller, IEnumerableString) | Overloaded.
Adds all form input values sent with a POST request
(Defined by HtmlHelpers.) |
![]() | AddAllFormValues(Controller, IEnumerableString, IEnumerableString) | Overloaded.
Adds all form input values sent with a POST request
(Defined by HtmlHelpers.) |
![]() | AddAllQueryStringValues(Controller) | Overloaded.
Adds all form input values sent with a GET request
(Defined by HtmlHelpers.) |
![]() | AddAllQueryStringValues(Controller, IEnumerableString) | Overloaded.
Adds all form input values sent with a GET request
(Defined by HtmlHelpers.) |
![]() | FillInputFromListing |
Populates the UserInput.Items key/value Dictionary from the specified listing
(Defined by HtmlHelpers.) |
![]() | SanitizeItems | Overloaded. (Defined by Utilities.) |
![]() | SanitizeItems(String) | Overloaded. (Defined by Utilities.) |
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also