ResolveUrl Method
Controls and adapters can call the ResolveUrl method of a mobile Web control to resolve a URL relative to the directory of the page or user control that contains the control.
public string ResolveUrl(
string relativeUrl
)
Parameter
- relativeUrl
URL relative to the directory of the page or user control that contains the control.
Remarks
Some helper methods in the adapter base classes automatically call the ResolveUrl method to resolve hyperlinks.
See Also
Applies to: MobileControl Class