Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Interface ISupportsScriptManager

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

Namespace: EPiServer.ClientScript
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public interface ISupportsScriptManager

Properties

ScriptManager

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

Extension Methods