Class DefaultContentDto
Inheritance
DefaultContentDto
Assembly: Volo.CmsKit.Common.Application.Contracts.dll
Syntax
public class DefaultContentDto : IContent
Constructors
DefaultContentDto()
Declaration
public DefaultContentDto()
Properties
AllowHtmlTags
Declaration
public bool AllowHtmlTags { get; set; }
Property Value
ContentFragments
Declaration
public List<ContentFragment> ContentFragments { get; set; }
Property Value
PreventXSS
Declaration
public bool PreventXSS { get; set; }
Property Value
ReferralLink
Declaration
public string ReferralLink { get; set; }
Property Value
Implements
Extension Methods