namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Registers a folder with json local text files packed as static web assets for the assembly
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class JsonLocalTextAssetsAttribute : Attribute
name | description |
---|---|
JsonLocalTextAssetsAttribute(…) | Initializes a new instance of the JsonLocalTextAssetsAttribute class. |
Path { get; } | The path for static web assets folder with json local text files |
- Source: JsonLocalTextAssetsAttribute.cs