PassportIdentity.LogoTag Method ()
.NET Framework 3.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.LogoTag();
// 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.LogoTag();
Show: