Message-ID: <1387836669.9493.1711692116461.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9492_303032758.1711692116461" ------=_Part_9492_303032758.1711692116461 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Hyperlink.Href

Hyperlink.Href

Description

Sets or returns the URL that the hyperlink links to.=20
C#
=20
<p> public System.String Href{ get; set; =
}</p>
=20
=20
vb.net
=20
<p>Public Property Href() As String</p&=
gt;
=20

Examples

=20
C#
=20
          //--- Get Href
          string linkHref =3D link.Href;

          //--- Set Href
          link.Href =3D "http://www.softartisans.com";
        
=20
vb.net
=20
          '--- Get Href
          Dim linkHref As String =3D link.Href

          link.Href =3D "http://www.softartisans.com"
        
=20

------=_Part_9492_303032758.1711692116461--