NavigateURL Property (Link)

Sets or returns the target URL of the link. The default value is an empty

public string NavigateURL {
   get,
   set
}

Remarks

If the link to an image is unspecified (the NavigateURL property contains an empty string ("")), the link will not be interactive.

If the value of the NavigateURL property begins with a number symbol (#), the remainder of the value is assumed to be the identifier of a form on the current MobilePage control. Otherwise, the value of the NavigateURL property is treated as a URL. When a link is rendered, the renderer displays the Text property. If the Text property is empty, the renderer displays the NavigateURL property.

See Also

Link Control

Applies to: Link Class