ScaffoldTableAttribute.Scaffold 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值指定是否啟用 Scaffolding。
public:
property bool Scaffold { bool get(); };
public bool Scaffold { get; }
member this.Scaffold : bool
Public ReadOnly Property Scaffold As Boolean
屬性值
如果啟用 Scaffolding 則為 true
,否則為 false
。
備註
Scaffolding 是根據資料庫架構產生網頁範本的機制。 ASP.NET 動態數據會使用 Scaffolding 來產生 Web 型 UI,讓使用者能夠檢視和更新資料庫。 如需 Scaffold 屬性的詳細資訊,請參閱 ScaffoldTableAttribute。