Class NullLocalizedTemplateContentReader
Inheritance
System.Object
NullLocalizedTemplateContentReader
Assembly: Volo.Abp.TextTemplating.dll
Syntax
public class NullLocalizedTemplateContentReader : object, ILocalizedTemplateContentReader
Properties
Instance
Declaration
public static NullLocalizedTemplateContentReader Instance { get; }
Property Value
Methods
GetContentOrNull(String)
Declaration
public string GetContentOrNull(string culture)
Parameters
| Type |
Name |
Description |
| System.String |
culture |
|
Returns
| Type |
Description |
| System.String |
|
Implements
Extension Methods