PassportIdentity.LogoTag2 Method (String)
.NET Framework 3.0
Returns an HTML fragment containing an HTML <img> tag for a Passport link.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public String LogoTag2 ( String strReturnUrl )
public function LogoTag2 ( 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.Community Additions
ADD
Show: