MasterPage.ContentTemplates 属性

定义

获取与母版页相关联的内容控件的列表。

protected public:
 property System::Collections::IDictionary ^ ContentTemplates { System::Collections::IDictionary ^ get(); };
[System.ComponentModel.Browsable(false)]
protected internal System.Collections.IDictionary ContentTemplates { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ContentTemplates : System.Collections.IDictionary
Protected Friend ReadOnly Property ContentTemplates As IDictionary

属性值

IDictionary

与母版页相关联的内容控件的 IList

属性

注解

派生的母版页类可访问 ContentTemplates 属性来检索当前 Content 控件,如关联的内容页所定义。 派生类型通常不会重写 ContentTemplates 属性。

适用于