DynamicScriptManager.PeekScriptHash method

namespace: Serenity.Web   assemblySerenity.Net.Web

Peeks the script hash for a script without actually executing it

public string PeekScriptHash(string name, IDynamicScript script)
parameter description
name Registration name
script Dynamic script

Exceptions

exception condition
ArgumentNullException name is null

See Also