PassportIdentity.LogoTag Method (String)

Returns an HTML fragment containing an HTML <img> tag for a Passport link.

Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)

public:
String^ LogoTag (
	String^ strReturnUrl
)
public String LogoTag (
	String strReturnUrl
)
public function LogoTag (
	strReturnUrl : String
) : String
Not applicable.

Parameters

strReturnUrl

Sets the URL of the location to which the Login server should redirect members after they log on. Pass a null reference (Nothing in Visual Basic) to indicate that Passport should use the default value.

Return Value

An HTML fragment containing an image tag for a Passport link.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1

Community Additions

ADD
Show: