UnvalidatedRequestValuesWrapper.Files Egenskap

Definition

Hämtar samlingen av filer som klienten laddade upp, utan att utlösa ASP.NET validering av begäran.

public:
 virtual property System::Web::HttpFileCollectionBase ^ Files { System::Web::HttpFileCollectionBase ^ get(); };
public override System.Web.HttpFileCollectionBase Files { get; }
member this.Files : System.Web.HttpFileCollectionBase
Public Overrides ReadOnly Property Files As HttpFileCollectionBase

Egenskapsvärde

Filerna 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