다음을 통해 공유


AdRotator.AdvertisementFile 속성

정의

광고 데이터를 포함하고 있는 XML 파일의 경로를 가져오거나 설정합니다. 기본값은 빈 문자열("")입니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 property System::String ^ AdvertisementFile { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string AdvertisementFile { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.AdvertisementFile : string with get, set
Public Property AdvertisementFile As String

속성 값

AdRotator 컨트롤에 렌더링할 광고의 속성이 포함된 XML 파일의 경로입니다. 보안상의 이유로 XML 파일은 사용자가 XML 파일에 직접 액세스할 수 없도록 구성된 App_Data 폴더에 있어야 합니다.

특성

설명

파일 형식 및 파일 이름 제한 사항에 설명 된 준수를 AdRotator.AdvertisementFile 속성입니다.

적용 대상

추가 정보