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.
선언
public static bool ShouldPathUseWebRequest(string path)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| string | path | The path to check. |
반환
| 타입 | 설명 |
|---|---|
| bool | Returns true if path should use WebRequest. |