HttpRequestWrapper.Params Propiedad

Definición

Obtiene una colección combinada de QueryStringelementos , Form, ServerVariablesy Cookies .

public:
 virtual property System::Collections::Specialized::NameValueCollection ^ Params { System::Collections::Specialized::NameValueCollection ^ get(); };
public override System.Collections.Specialized.NameValueCollection Params { get; }
member this.Params : System.Collections.Specialized.NameValueCollection
Public Overrides ReadOnly Property Params As NameValueCollection

Valor de propiedad

Colección de valores combinados.

Se aplica a