A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface ISupportsScriptManager

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

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

Properties

ScriptManager

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

Extension Methods