The view for this document.
[Visual Basic] ReadOnly Property View As Object [C#] object View {get;} [C++] Object* get_View() = 0; [JScript] abstract function get View() : Object;
An object that provides the COM2 DocObject interfaces that are used to host a Web Forms designer. Typically this is an IE HTML control.
The designer should assume that the view will be shown shortly after this call is made and make any necessary preparations.
IWebFormsDesigner Interface | IWebFormsDesigner Members | System.Web.UI.Design Namespace