Struct value to represent the location of a resource, such as an item on a remote server or the path to a local file.
|
| override string | ToString () |
| | Returns the URL representation in string format. This value is null, if given URL is invalid.
|
| |
|
| static URLString | URLWithPath (string path) |
| | Returns a newly created object as a http URL with specified path.
|
| |
| static URLString | FileURLWithPath (string path) |
| | Returns a newly created object as a file URL with a specified path.
|
| |
◆ URLWithPath()
- Parameters
-
| path | The path should be a valid web URL path. |
References URLString.IsValid.
◆ FileURLWithPath()
| static URLString FileURLWithPath |
( |
string | path | ) |
|
|
static |
◆ ToString()
| override string ToString |
( |
| ) |
|
◆ IsValid