Class AbpCompiledViewProviderOptions
Inheritance
object
AbpCompiledViewProviderOptions
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.Razor
Assembly: Volo.Abp.TextTemplating.Razor.dll
Syntax
public class AbpCompiledViewProviderOptions
Constructors
AbpCompiledViewProviderOptions()
Declaration
public AbpCompiledViewProviderOptions()
Properties
TemplateReferences
Declaration
public Dictionary<string, List<PortableExecutableReference>> TemplateReferences { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><string, System.Collections.Generic.List<T><PortableExecutableReference>> |