Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that represents the content-type of the body.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
ReadOnly Property ContentType As String
string ContentType { get; }
property String^ ContentType {
String^ get ();
}
abstract ContentType : string with get
function get ContentType () : String
Property Value
Type: String
The body content-type.
Remarks
Content-type can be obtained by checking the type of FormPostParameter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.