ContentFormSubmitEventArgs class
爲内容編輯(新增)頁面(miàn)的提交事(shì)件提供數據。
public class ContentFormSubmitEventArgs : EventArgs
1
Public Members
| name | description |
|---|---|
| ContentFormSubmitEventArgs(…) | 初始化 ContentFormSubmitEventArgs 類的新實例。 |
| ChannelId { get; } | 欄目Id。 |
| ContentId { get; } | 内容Id。 如果内容Id爲0,則表示當前載入的頁面(miàn)爲内容添加頁面(miàn),否則當前載入的頁面(miàn)爲内容編輯頁面(miàn)。 |
| ContentInfo { get; } | 即將(jiāng)保存至數據庫的内容對(duì)象,可以從表單數據 IAttributes 中獲取屬性值并設置到内容對(duì)象中。 |
| Form { get; } | 表單數據。 |
| SiteId { get; } | 站點Id。 |
