Nevron.Examples.Framework.WebForm Namespace / NFrameworkPage Class
Members


In This Topic
    NFrameworkPage Class
    In This Topic
    Object Model
    NFrameworkPage Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultEventAttribute("Load")>
    <System.ComponentModel.DesignerAttribute("Microsoft.VisualStudio.Web.WebForms.WebFormDesigner, Microsoft.VisualStudio.Web, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)>
    <System.ComponentModel.DesignerCategoryAttribute("ASPXCodeBehind")>
    <System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("Microsoft.VisualStudio.Web.WebForms.WebFormCodeDomSerializer, Microsoft.VisualStudio.Web, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.TypeCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    <System.ComponentModel.ToolboxItemAttribute(False)>
    <System.ComponentModel.BindableAttribute(True)>
    <System.ComponentModel.DefaultPropertyAttribute("ID")>
    <System.Web.UI.ThemeableAttribute(False)>
    <System.ComponentModel.ToolboxItemFilterAttribute("System.Web.UI", ToolboxItemFilterType.Require)>
    Public Class NFrameworkPage 
       Inherits NDynamicPage
    'Usage
     
    
    Dim instance As NFrameworkPage
    [System.ComponentModel.DefaultEvent("Load")]
    [System.ComponentModel.Designer("Microsoft.VisualStudio.Web.WebForms.WebFormDesigner, Microsoft.VisualStudio.Web, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)]
    [System.ComponentModel.DesignerCategory("ASPXCodeBehind")]
    [System.ComponentModel.Design.Serialization.DesignerSerializer("Microsoft.VisualStudio.Web.WebForms.WebFormCodeDomSerializer, Microsoft.VisualStudio.Web, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.TypeCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [System.ComponentModel.ToolboxItem(false)]
    [System.ComponentModel.Bindable(true)]
    [System.ComponentModel.DefaultProperty("ID")]
    [System.Web.UI.Themeable(false)]
    [System.ComponentModel.ToolboxItemFilter("System.Web.UI", ToolboxItemFilterType.Require)]
    public class NFrameworkPage : NDynamicPage 
    Inheritance Hierarchy

    System.Object
       System.Web.UI.Control
          System.Web.UI.TemplateControl
             System.Web.UI.Page
                Nevron.Examples.Framework.WebForm.NDynamicPage
                   Nevron.Examples.Framework.WebForm.NFrameworkPage
                      Nevron.Examples.Framework.WebForm.NExamplePage
                      Nevron.Examples.Framework.WebForm.NFooterPage
                      Nevron.Examples.Framework.WebForm.NNavigationPage
                      Nevron.Examples.Framework.WebForm.NTopBannerPage

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also