The SeoLoginStatus type exposes the following members.

Constructors

  Name Description
Public method SeoLoginStatus
Constructor.

Methods

  Name Description
Protected method GetLoginUrl
Get the form authentication login url.
Protected method OnInit (Overrides UserControlBaseOnInit(EventArgs).)
Protected method OnLoggingOut
Protected method OnPreRender (Overrides Control..::..OnPreRender(EventArgs).)

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field btnButton
btnButton control.
Protected field btnLink
btnLink control.
Protected field panStatus
panStatus control.

Properties

  Name Description
Public property CssClass
Gets or sets the CSS Class for control.
Public property DefaultPageUrl
Gets or sets the default login page.
Public property Enabled
Gets or sets a value indicating whether SEO Login status is enabled.
Public property LoginText
Gets or sets the login text.
Public property LogoutPageUrl
Gets or sets the logout page.
Public property LogoutText
Gets or sets the logout text.
Public property RegisterAsPostBackControl
Gets or sets a value indicating whether a button is registered as a postback control.
Public property ToolTip
Gets or sets the tool tip text.
Public property Visible
Gets or sets a value that indicates whether a server control is rendered as UI on the page.

Events

  Name Description
Public event LoggingOut

See Also