WebResourceAttribute.CdnPath 속성

정의

웹 리소스에 포함된 CDN(Content Delivery Network)의 경로를 가져오거나 설정합니다.

public:
 property System::String ^ CdnPath { System::String ^ get(); void set(System::String ^ value); };
public string CdnPath { get; set; }
member this.CdnPath : string with get, set
Public Property CdnPath As String

속성 값

String

CDN(Content Delivery Network) 경로입니다.

적용 대상