ContentFormLoadEventArgs constructor

初始化 ContentFormLoadEventArgs 类的新实例。

  1. public ContentFormLoadEventArgs(int siteId, int channelId, int contentId, IAttributes form,
  2. string attributeName, string attributeHtml)
parameter description
siteId 站点Id。
channelId 栏目Id。
contentId 内容Id。
form 表单数据。
attributeName 内容属性名称。
attributeHtml 内容属性Html标签。

See Also