FileUpload Class

Provides file uploading capabilities for a Web site.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Helpers.FileUpload

Namespace:  Microsoft.Web.Helpers
Assembly:  Microsoft.Web.Helpers (in Microsoft.Web.Helpers.dll)

Syntax

'Declaration
Public NotInheritable Class FileUpload
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class FileUpload
public ref class FileUpload abstract sealed
public final class FileUpload

The FileUpload type exposes the following members.

Methods

  Name Description
Public methodStatic member GetHtml Displays the FileUpload helper on a Web page.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.Helpers Namespace

Other Resources

ASP.NET Web Pages with Razor Syntax