Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Interface ISupportsScriptManager

Determines if a HTTP handler supports the ScriptManager, implemented for example by PageBase.

Namespace: EPiServer.ClientScript
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public interface ISupportsScriptManager

Properties

ScriptManager

Declaration
ScriptManager ScriptManager { get; }
Property Value
Type Description
ScriptManager

Extension Methods