The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IStringHttpBodyEditorPlugin::SupportsContentType Method (String^)
Determines whether this plug-in supports a content type.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- contentType
-
Type:
System::String^
Content type to test.
Return Value
Type: System::Booleantrue if the plug-in supports the specified content type; otherwise, false.
Show: