StyleSheet.ReferencePath プロパティ

定義

ユーザー コントロール (.ascx ファイル) への参照を取得または設定します。 既定値は null です。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

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

プロパティ値

ユーザー コントロール (.ascx ファイル) への参照。

属性

注釈

ページ上のスタイル シートは、参照先のユーザー コントロールのルート レベルで定義されたスタイル シートのスタイルを継承します。 たとえば、ユーザー コントロールのスタイル シートに Style1 という名前のプロパティがある場合、ページはページのスタイル シートにあるかのように Style1 にアクセスできます。

適用対象

こちらもご覧ください