Method ShouldPathUseWebRequest
ShouldPathUseWebRequest(string)
Check if path should use WebRequest. A path should use WebRequest for remote paths and platforms that require WebRequest to load locally.
Declaration
public static bool ShouldPathUseWebRequest(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | The path to check. |
Returns
Type | Description |
---|---|
bool | Returns true if path should use WebRequest. |