Analytics.GetYahooHtml Method

Generates a script that calls Yahoo Marketing Solutions from a Web page.

Namespace:  Microsoft.Web.Helpers
Assembly:  Microsoft.Web.Helpers (in Microsoft.Web.Helpers.dll)

Syntax

'Declaration
Public Shared Function GetYahooHtml ( _
    account As String _
) As HtmlString
'Usage
Dim account As String
Dim returnValue As HtmlString

returnValue = Analytics.GetYahooHtml(account)
public static HtmlString GetYahooHtml(
    string account
)
public:
static HtmlString^ GetYahooHtml(
    String^ account
)
public static function GetYahooHtml(
    account : String
) : HtmlString

Parameters

  • account
    Type: System.String
    A unique identifier for the Yahoo Marketing Solutions account.

Return Value

Type: HtmlString
A script that calls Yahoo Marketing Solutions.

Permissions

  • Medium trust for the immediate caller. This member can be used by partially trusted code.

See Also

Reference

Analytics Class

Microsoft.Web.Helpers Namespace