Login::TagKey Property

 

Gets the HtmlTextWriterTag value that corresponds to a Login control. This property is used primarily by control developers.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
property HtmlTextWriterTag TagKey {
	virtual HtmlTextWriterTag get() override;
}

Use the TagKey property to determine the HtmlTextWriterTag value that is associated with a Login control. This property is used primarily by control developers.

.NET Framework
Available since 2.0
Return to top
Show: