You can inject it as an asset and use that as a parameter to your wrote:
I've been trying to include a script in my page.
Although I've managed to do that, I have some question
Suppose I specify this in my page class:
@InjectScript("/scripts/HideShowErrorBlock.script")
public abstract ISc
I've been trying to include a script in my page.
Although I've managed to do that, I have some question
Suppose I specify this in my page class:
@InjectScript("/scripts/HideShowErrorBlock.script")
public abstract IScript getHideShowErrorBlock();
How should I pick this up in my .html file?