JsonLocalTextAssetsAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.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

Public Members

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

See Also