HtmlArea.Href Property

Definition

Gets or sets the href attribute.

public:
 property System::String ^ Href { System::String ^ get(); void set(System::String ^ value); };
public string Href { get; set; }
member this.Href : string with get, set
Public Property Href As String

Property Value

The href attribute.

Applies to

See also