Skip to content

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(…) Registers a folder with JSON local text files packed as static web assets for the assembly.
Path { get; } The path for the static web assets folder with JSON local text files.

Remarks

Initializes a new instance of the JsonLocalTextAssetsAttribute class.

See Also