System.Web.UI.HtmlControls Namespace HtmlInputFile Class
Initializes a new instance of the HtmlInputFile class.
[ VB ]
Public Sub New ( )
[ C# ]
public HtmlInputFile ( );
[ C++ ]
public: HtmlInputFile ( );
[ JScript ]
public function HtmlInputFile ( );
Use this constructor to create and initialize a new instance of the HtmlInputFile class.
The below code shows how to create a new instance of an HtmlInputFile class.
HtmlInputFile myControl = new HtmlInputFile ( );
Dim myControl As New HtmlInputFile ( ) |
|
C# |
VB |
HtmlInputFile Members