'Declaration Public Function New( _ ByVal uri As System.String _ )
public ActionURI( System.string uri )
Parameters
- uri
- The URI to navigate to.
Note that if the uri includes non-ASCII characters, it should be encoded as a URL, using methods such as System.Web.HttpUtility.UrlPathEncode or similar.
'Declaration Public Function New( _ ByVal uri As System.String _ )
public ActionURI( System.string uri )