Show / Hide Table of Contents

Class NullLocalizedTemplateContentReader

Inheritance
System.Object
NullLocalizedTemplateContentReader
Implements
ILocalizedTemplateContentReader
Namespace: Volo.Abp.TextTemplating.VirtualFiles
Assembly: Volo.Abp.TextTemplating.dll
Syntax
public class NullLocalizedTemplateContentReader : object, ILocalizedTemplateContentReader

Properties

Instance

Declaration
public static NullLocalizedTemplateContentReader Instance { get; }
Property Value
Type Description
NullLocalizedTemplateContentReader

Methods

GetContentOrNull(String)

Declaration
public string GetContentOrNull(string culture)
Parameters
Type Name Description
System.String culture
Returns
Type Description
System.String

Implements

ILocalizedTemplateContentReader

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft