Class AbpTextTemplatingOptions
Inheritance
object
AbpTextTemplatingOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.TextTemplating
Assembly: Volo.Abp.TextTemplating.Core.dll
Syntax
public class AbpTextTemplatingOptions
Constructors
AbpTextTemplatingOptions()
Declaration
public AbpTextTemplatingOptions()
Properties
ContentContributors
Declaration
public ITypeList<ITemplateContentContributor> ContentContributors { get; }
Property Value
Type | Description |
---|---|
ITypeList<ITemplateContentContributor> |
DefaultRenderingEngine
Declaration
public string DefaultRenderingEngine { get; set; }
Property Value
Type | Description |
---|---|
string |
DefinitionProviders
Declaration
public ITypeList<ITemplateDefinitionProvider> DefinitionProviders { get; }
Property Value
Type | Description |
---|---|
ITypeList<ITemplateDefinitionProvider> |
DeletedTemplates
Declaration
public HashSet<string> DeletedTemplates { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.HashSet<T><string> |
RenderingEngines
Declaration
public IDictionary<string, Type> RenderingEngines { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<TKey, TValue><string, System.Type> |