PassportIdentity.LogoTag2 Method ()
.NET Framework 2.0
Returns an HTML fragment containing an image tag for a Passport link.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
// Declare new PassportIdendity object as variable newPass. System.Web.Security.PassportIdentity newPass = new System.Web.Security.PassportIdentity(); // Set a string to the URL of the appropriate Passport SignIn/SignOut authority. string sPassportlink = newPass.LogoTag2();
// Declare new PassportIdendity object as variable newPass.
System.Web.Security.PassportIdentity newPass =
new System.Web.Security.PassportIdentity();
// Set a string to the URL of the appropriate Passport
// SignIn/SignOut authority.
String sPassportlink = newPass.LogoTag2();
Community Additions
ADD
Show: