IWebFormsDocumentService Interface
.NET Framework 3.0
NOTE: This interface is now obsolete.
Provides methods to access services for tracking the loading state of a Web Forms document, handling events at load time, accessing a document's location, managing a document's undo service, and setting a new selection within the document. Namespace: System.Web.UI.DesignAssembly: System.Design (in system.design.dll)
[ObsoleteAttribute(L"The recommended alternative is System.Web.UI.Design.WebFormsRootDesigner. The WebFormsRootDesigner contains additional functionality and allows for more extensibility. To get the WebFormsRootDesigner use the RootDesigner property from your ControlDesigner. http://go.microsoft.com/fwlink/?linkid=14202")] public interface class IWebFormsDocumentService
/** @attribute ObsoleteAttribute("The recommended alternative is System.Web.UI.Design.WebFormsRootDesigner. The WebFormsRootDesigner contains additional functionality and allows for more extensibility. To get the WebFormsRootDesigner use the RootDesigner property from your ControlDesigner. http://go.microsoft.com/fwlink/?linkid=14202") */
public interface IWebFormsDocumentService
ObsoleteAttribute("The recommended alternative is System.Web.UI.Design.WebFormsRootDesigner. The WebFormsRootDesigner contains additional functionality and allows for more extensibility. To get the WebFormsRootDesigner use the RootDesigner property from your ControlDesigner. http://go.microsoft.com/fwlink/?linkid=14202") public interface IWebFormsDocumentService
Not applicable.
Note: |
|---|
| The IWebFormsDocumentService interface is obsolete. Use the WebFormsRootDesigner class for equivalent designer functionality. |
Community Additions
ADD
Show:
Note: