Expand Minimize
This topic has not yet been rated - Rate this topic

ResolveUrl Method

.NET Framework 1.1

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.