LocalTextDataScript class
namespace: Serenity.Web assembly: Serenity.Net.Web
Local text data script to access local texts from an external app like mobile
public class LocalTextDataScript : DataScript<IDictionary<string, string>>, ICacheSuffix
| parameter |
description |
| localTextRegistry |
Local text registry |
| localTextPackages |
Package list |
| httpContextAccessor |
HTTP context accessor |
Public Members
Protected Members
| name |
description |
| override GetData() |
|
Exceptions
| exception |
condition |
| ArgumentNullException |
One of arguments is null |
Creates an instance of the class
See Also