- 命名空间: Limyee.Extensibility.Api.Entities.Version1
- 程序集: Limyee.Api.dll
定义
class Content { Application Application { get; } string AvatarUrl { get; } Guid ContentId { get; } Guid ContentTypeId { get; } int? CreatedByUserId { get; } DateTime CreatedDate { get; } Guid DataTypeId { get; } bool IsEnabled { get; } string Url { get; } string HtmlDescription(string target); string HtmlName(string target); string ViewHtml(string target); string ViewHtml(); }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
Application |
Application |
|||
AvatarUrl |
string |
|||
ContentId |
Guid |
|||
ContentTypeId |
Guid |
|||
CreatedByUserId |
int? |
|||
CreatedDate |
DateTime |
|||
DataTypeId |
Guid |
|||
IsEnabled |
bool |
|||
Url |
string |
方法
string HtmlDescription(string target);
参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
target |
string |
Target |
Required |
返回类型
string
string HtmlName(string target);
参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
target |
string |
Target |
Required |
返回类型
string
string ViewHtml(string target);
参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
target |
string |
Target |
Required |
返回类型
string
string ViewHtml();
返回类型
string