Class CmsKitCommentOptions
Inherited Members
Namespace: Volo.CmsKit.Comments
Assembly: Volo.CmsKit.Domain.Shared.dll
Syntax
public class CmsKitCommentOptions
Constructors
CmsKitCommentOptions()
Declaration
public CmsKitCommentOptions()
Properties
AllowedExternalUrls
Declaration
public Dictionary<string, List<string>> AllowedExternalUrls { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, List<string>> |
EntityTypes
Declaration
public List<CommentEntityTypeDefinition> EntityTypes { get; }
Property Value
Type | Description |
---|---|
List<CommentEntityTypeDefinition> |
IsRecaptchaEnabled
Declaration
public bool IsRecaptchaEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |