C# Class newtelligence.DasBlog.Web.LoginBox

Exibir arquivo Open project: AArnott/dasblog

Protected Properties

Property Type Description
Label1 global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
OpenIdLogin1 global::DotNetOpenId.RelyingParty.OpenIdLogin
challenge global::System.Web.UI.HtmlControls.HtmlInputHidden
doSignIn global::System.Web.UI.WebControls.Button
openid_error global::System.Web.UI.WebControls.Label
password global::System.Web.UI.WebControls.TextBox
rememberCheckbox global::System.Web.UI.WebControls.CheckBox
username global::System.Web.UI.WebControls.TextBox

Property Details

Label1 protected_oe property

Label1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label1
return global::System.Web.UI.WebControls.Label

Label2 protected_oe property

Label2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label2
return global::System.Web.UI.WebControls.Label

OpenIdLogin1 protected_oe property

OpenIdLogin1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetOpenId.RelyingParty.OpenIdLogin OpenIdLogin1
return global::DotNetOpenId.RelyingParty.OpenIdLogin

challenge protected_oe property

challenge control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlInputHidden challenge
return global::System.Web.UI.HtmlControls.HtmlInputHidden

doSignIn protected_oe property

doSignIn control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button doSignIn
return global::System.Web.UI.WebControls.Button

openid_error protected_oe property

openid_error control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label openid_error
return global::System.Web.UI.WebControls.Label

password protected_oe property

password control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox password
return global::System.Web.UI.WebControls.TextBox

rememberCheckbox protected_oe property

rememberCheckbox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox rememberCheckbox
return global::System.Web.UI.WebControls.CheckBox

username protected_oe property

username control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox username
return global::System.Web.UI.WebControls.TextBox