IDynamicScriptManager.ReadScriptContent method

namespace: Serenity.Web   assemblySerenity.Net.Web

Reads content of a dynamic script

public IScriptContent ReadScriptContent(string name, bool json = false)
parameter description
name Registered name
json True to return JSON

See Also