Class UriHelper
Helper class for Uri's
Inheritance
System.Object
UriHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: BrowseSharp.Toolbox
Assembly: BrowseSharp.dll
Syntax
public class UriHelper
Methods
| Improve this Doc View SourceGetUri(Uri, String)
Method for constructing uris when parsing document attributes
Declaration
public static Uri GetUri(Uri responseUri, string scriptSource)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Uri | responseUri | |
| System.String | scriptSource |
Returns
| Type | Description |
|---|---|
| System.Uri |