Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetHtml()
|
Inserts the HTML code rendered by an extension into the required page output.
|
GetType()
|
Gets the Type of the current instance.
|
GetUploadedFiles(UploadControlSettings, EventHandler<FileUploadCompleteEventArgs>, EventHandler<FilesUploadCompleteEventArgs>)
static
|
Returns an array of the files uploaded in UploadControl, and accepts specific parameters.
|
GetUploadedFiles(UploadControlSettings, EventHandler<FileUploadCompleteEventArgs>)
static
|
Returns an array of the files uploaded in UploadControl, and accepts specific parameters.
|
GetUploadedFiles(UploadControlSettings, out String[], EventHandler<FileUploadCompleteEventArgs>, EventHandler<FilesUploadCompleteEventArgs>)
static
|
Returns an array of the files uploaded in UploadControl, and accepts specific parameters.
|
GetUploadedFiles(UploadControlSettings)
static
|
Returns an array of the files uploaded in UploadControl.
|
GetUploadedFiles(String, UploadControlValidationSettings, EventHandler<FileUploadCompleteEventArgs>)
static
|
Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
|
GetUploadedFiles(String, UploadControlValidationSettings, out String[], EventHandler<FileUploadCompleteEventArgs>, EventHandler<FilesUploadCompleteEventArgs>)
static
|
Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
|
GetUploadedFiles(String, UploadControlValidationSettings, out String[], EventHandler<FileUploadCompleteEventArgs>)
static
|
Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
|
GetUploadedFiles(String, UploadControlValidationSettings, out String[])
static
|
Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
|
GetUploadedFiles(String, UploadControlValidationSettings)
static
|
Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
|
GetUploadedFiles(String)
static
|
Returns an array of the files uploaded via the specified UploadControl.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Render()
|
Renders the extension’s HTML code to the Response.
|
ToString()
|
Returns a string that represents the current object.
|