次の方法で共有


AdRotator.NavigateUrlKey プロパティ

定義

ターゲット URL が格納される要素の名前を取得または設定します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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

プロパティ値

ターゲット URL が格納される XML ファイル内の要素の名前。

属性

次のコード例では、 プロパティを使用 NavigateUrlKey してアドバタイズのターゲット URL を設定する方法を示します。 完全なサンプル コードについては、クラスの概要に関するページを AdRotator 参照してください。

<!-- The AdRotator control -->
<mobile:AdRotator id="AdControl" runat="server"
    ImageKey="MobileImgSrc" NavigateUrlKey="TargetUrl"
    AdvertisementFile="App_Data/ads.xml" Alignment="Left" 
    KeywordFilter="Developer" OnAdCreated="AdCreated_Event">
    <DeviceSpecific>
        <Choice Filter="isWML11" NavigateUrlKey="WmlTargetUrl" 
            ImageKey= "WmlImageSrc" />
    </DeviceSpecific>
</mobile:AdRotator>
<!-- The AdRotator control -->
<mobile:AdRotator id="AdControl" runat="server"
    ImageKey="MobileImgSrc" NavigateUrlKey="TargetUrl"
    AdvertisementFile="App_Data/ads.xml" Alignment="Left" 
    KeywordFilter="Developer" OnAdCreated="AdCreated_Event">
    <DeviceSpecific>
        <Choice Filter="isWML11" NavigateUrlKey="WmlTargetUrl" 
            ImageKey= "WmlImageSrc" />
    </DeviceSpecific>
</mobile:AdRotator>

注釈

Choice> 要素を使用<すると、この設定をオーバーライドして、広告の代替 URL を表示できます。

適用対象

こちらもご覧ください