Hide

YetaWF.BootstrapSkin Package Documentation

Display
Print

YetaWF.Skins.BootstrapSkin.Pages.DefaultPage Class

Implements the Default page.

Namespace: YetaWF.Skins.BootstrapSkin.Pages
Assembly: YetaWF.BootstrapSkin

Inheritance

Syntax

public class DefaultPage : YetaWF.Core.Components.YetaWFPageBase,
    YetaWF.Core.Components.IYetaWFPage;

Constructors

PublicDefaultPageConstructor.

Properties

PublicInherited from YetaWF.Core.Components.YetaWFPageBaseHtmlHelperThe YHtmlHelper instance.
ProtectedStaticInherited from YetaWF.Core.Components.YetaWFPageBaseManagerThe YetaWF.Core.Support.Manager instance of current HTTP request.

Fields

PublicInherited from YetaWF.Core.Components.YetaWFPageBasePackageDefines the package implementing this page.

Methods

PublicAdditionalProcessingAsyncCalled by the framework for additional processing to be performed.
PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicGetPackageReturns the package implementing the page.
PublicGetPageNameReturns the name of the page.
PublicGetPanesReturns the names of all panes available in this page.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicInherited from YetaWF.Core.Components.YetaWFPageBaseHAEEncodes the provided text suitable for use as an HTML attribute data value.
PublicInherited from YetaWF.Core.Components.YetaWFPageBaseHEEncodes the provided text suitable for use as HTML.
PublicInherited from YetaWF.Core.Components.YetaWFPageBaseJEEncodes the provided text suitable for use as a JavaScript string.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicRenderPageBodyAsyncRenders the page body (<body>, contents and </body>).
PublicRenderPageHeaderAsyncRenders the page header (everything before <body>).
PublicInherited from YetaWF.Core.Components.YetaWFPageBaseRenderPaneAsync(not specified)
PublicInherited from YetaWF.Core.Components.YetaWFPageBaseSetRenderInfoSets rendering information for the page.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.
PublicInherited from YetaWF.Core.Components.YetaWFPageBaseUniqueIdReturns a unique HTML id.

See Also YetaWF.BootstrapSkin PackageYetaWF.Core