Hide

YetaWF.BootstrapSkin Package Documentation

Display
Print

YetaWF.Skins.BootstrapSkin.Pages.PopupPage Class

Implements the Popup page.

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

Inheritance

Syntax

public class PopupPage : YetaWF.Core.Components.PopupPageBase;

Constructors

PublicPopupPageConstructor.

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

PublicInherited from YetaWF.Core.Components.PopupPageBaseAdditionalProcessingAsyncCalled 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.
PublicInherited from YetaWF.Core.Components.PopupPageBaseGetPanesReturns 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.
PublicInherited from YetaWF.Core.Components.PopupPageBaseRenderPageBodyAsyncRenders the page body (<body>, contents and </body>).
PublicInherited from YetaWF.Core.Components.PopupPageBaseRenderPageHeaderAsyncRenders 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