UnvalidatedRequestValues.Form Egenskap

Definition

Hämtar samlingen av formulärvariabler som klienten skickade, utan att utlösa ASP.NET validering av begäran.

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

Egenskapsvärde

Formulärvariablerna från HTTP-begäran.

Kommentarer

Important

Om du använder den här egenskapen måste du manuellt kontrollera data för potentiella skriptattacker mellan webbplatser.

Gäller för