Web Studio Instrumentation server control that can return the instrumentation necessary to enable Web Studio to read navigation state from the application.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[ToolboxBitmapAttribute(typeof(WebStudioNavigationInstrumentation), "ServerControls.WebStudioInstrumentation.WebStudio.ico")]
public class WebStudioNavigationInstrumentation : Control
Visual Basic (Declaration)
<ToolboxBitmapAttribute(GetType(WebStudioNavigationInstrumentation), "ServerControls.WebStudioInstrumentation.WebStudio.ico")> _
Public Class WebStudioNavigationInstrumentation _
	Inherits Control
Visual C++
[ToolboxBitmapAttribute(typeof(WebStudioNavigationInstrumentation), L"ServerControls.WebStudioInstrumentation.WebStudio.ico")]
public ref class WebStudioNavigationInstrumentation : public Control

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    Endeca.Web.UI.WebControls..::.WebStudioNavigationInstrumentation

See Also