FieldTemplateFactory.TemplateFolderVirtualPath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要建立欄位樣板的資料夾。
public:
property System::String ^ TemplateFolderVirtualPath { System::String ^ get(); void set(System::String ^ value); };
public string TemplateFolderVirtualPath { get; set; }
member this.TemplateFolderVirtualPath : string with get, set
Public Property TemplateFolderVirtualPath As String
屬性值
含有欄位樣板的資料夾路徑。
備註
建立欄位範本的預設資料夾是/DynamicData/FieldTemplates/。 此資料夾包含您建立的預設欄位範本和自訂欄位範本。 如果您為欄位範本建立並指定不同的資料夾,動態資料將會在您指定的資料夾中建立欄位範本。 如需欄位範本的詳細資訊,請參閱ASP.NET 動態資料的樣板。