FileUploadParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class FileUploadParameter : Microsoft::VisualStudio::TestTools::WebTesting::FormPostParameter
[System.Serializable]
public class FileUploadParameter : Microsoft.VisualStudio.TestTools.WebTesting.FormPostParameter
[<System.Serializable>]
type FileUploadParameter = class
inherit FormPostParameter
Public Class FileUploadParameter
Inherits FormPostParameter
- Inheritance
- Attributes
Constructors
FileUploadParameter() | |
FileUploadParameter(String, String, String, Boolean) | |
FileUploadParameter(String, String, String) | |
FileUploadParameter(String, String) |
Properties
ContentType | |
FileName | |
FileUploadName | |
GenerateUniqueName | |
HtmlEncodeFileName | |
Name | (Inherited from Parameter) |
UrlEncode | (Inherited from Parameter) |
UseGuids | |
Value | (Inherited from Parameter) |
Methods
Clone() |