HtmlArea::Href Property

.NET Framework (current version)
 

Gets or sets the href attribute.

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

public:
property String^ Href {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The href attribute.

.NET Framework
Available since 4.5
Return to top
Show: