Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

HttpParam

Jussi Saarivirta edited this page Jan 26, 2019 · 2 revisions

HttpParam<T>

The HttpParam<T> class is used as a value holder class for the HTTP parameters. Its purpose is purely to provide the infrastructure a way to access and edit the value of a HTTP parameter. It holds the request parameter value, the HttpExtensionAttribute that relates to it (HttpQueryAttribute, HttpBodyAttribute, HttpFormAttribute, HttpHeaderAttribute) and the value of the parameter.

Clone this wiki locally