SharePointExtractFormField2.GetHtmlTagValue Method
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:
static System::String ^ GetHtmlTagValue(Microsoft::VisualStudio::TestTools::WebTesting::HtmlTag ^ tagItem, System::String ^ sName, System::String ^ sResponseBody, System::String ^ locale);
public static string GetHtmlTagValue (Microsoft.VisualStudio.TestTools.WebTesting.HtmlTag tagItem, string sName, string sResponseBody, string locale);
static member GetHtmlTagValue : Microsoft.VisualStudio.TestTools.WebTesting.HtmlTag * string * string * string -> string
Public Shared Function GetHtmlTagValue (tagItem As HtmlTag, sName As String, sResponseBody As String, locale As String) As String
Parameters
- tagItem
- HtmlTag
- sName
- String
- sResponseBody
- String
- locale
- String