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