LocalTextDataScript constructor

namespace: SerenityIs.Administration   assemblySerenity.Net.Web

Creates an instance of the class

public LocalTextDataScript(ILocalTextRegistry localTextRegistry, 
    IOptions<LocalTextPackages> localTextPackages, IHttpContextAccessor httpContextAccessor)
parameter description
localTextRegistry Local text registry
localTextPackages Package list
httpContextAccessor HTTP context accessor

Exceptions

exception condition
ArgumentNullException One of arguments is null

See Also