AppDataPaths.InternetCache 속성

정의

인터넷 캐시 폴더의 경로를 가져옵니다.

public:
 property Platform::String ^ InternetCache { Platform::String ^ get(); };
winrt::hstring InternetCache();
public string InternetCache { get; }
var string = appDataPaths.internetCache;
Public ReadOnly Property InternetCache As String

속성 값

String

Platform::String

winrt::hstring

인터넷 캐시 폴더의 전체 경로입니다. Windows Internet API에서 사용하는 것과 동일한 폴더입니다.

적용 대상