Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFPageBase Class

The base class for all pages used in YetaWF.

Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Inheritance

Syntax

public abstract class YetaWFPageBase;

Constructors

PublicYetaWFPageBaseConstructor.

Properties

PublicHtmlHelperThe YHtmlHelper instance.
ProtectedStaticManagerThe YetaWF.Core.Support.Manager instance of current HTTP request.

Fields

PublicPackageDefines the package implementing this page.

Methods

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 System.ObjectGetTypeGets the Type of the current instance.
PublicHAEEncodes the provided text suitable for use as an HTML attribute data value.
PublicHEEncodes the provided text suitable for use as HTML.
PublicJEEncodes 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.
PublicRenderPaneAsync(not specified)
PublicSetRenderInfoSets rendering information for the page.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.
PublicUniqueIdReturns a unique HTML id.

See Also YetaWF.Core Overview