Show / Hide Table of Contents

Class FileInfoLocalizedTemplateContentReader

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

Methods

GetContentOrNull(String)

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

ReadContentsAsync(IFileInfo)

Declaration
public Task ReadContentsAsync(IFileInfo fileInfo)
Parameters
Type Name Description
IFileInfo fileInfo
Returns
Type Description
Task

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