Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Shared Function GetHtmlTagValue ( _
    tagItem As HtmlTag, _
    sName As String, _
    sResponseBody As String, _
    locale As String _
) As String
public static string GetHtmlTagValue(
    HtmlTag tagItem,
    string sName,
    string sResponseBody,
    string locale
)
public:
static String^ GetHtmlTagValue(
    HtmlTag^ tagItem, 
    String^ sName, 
    String^ sResponseBody, 
    String^ locale
)
static member GetHtmlTagValue : 
        tagItem:HtmlTag * 
        sName:string * 
        sResponseBody:string * 
        locale:string -> string
public static function GetHtmlTagValue(
    tagItem : HtmlTag, 
    sName : String, 
    sResponseBody : String, 
    locale : String
) : String
Parameters
- tagItem
 Type: Microsoft.VisualStudio.TestTools.WebTesting.HtmlTag
- sName
 Type: String
- sResponseBody
 Type: String
- locale
 Type: String
Return Value
Type: String
.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.