Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFViewBase Class

The base class for all views used in YetaWF.

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

Inheritance

Syntax

public abstract class YetaWFViewBase;

Constructors

PublicYetaWFViewBaseConstructor.

Properties

PublicControlIdThe HTML id of this view.
PublicDivIdThe HTML id used for a <div> tag.
PublicHtmlHelperThe HtmlHelper instance.
ProtectedStaticManagerThe YetaWF.Core.Support.Manager instance of current HTTP request.
ProtectedModuleBaseThe module on behalf of which this view is rendered.

Fields

PublicPackageDefines the package implementing this view.

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.
PublicFormButtonsAsyncRenders form buttons.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicGetPackageReturns the package implementing the view.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicGetViewNameReturns the name of the view.
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.
PublicPartialFormRenders a partial form view (the portion between <form> and </form>).
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicSetRenderInfoSets rendering information for the view.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.
PublicUniqueIdReturns a unique HTML id.

See Also YetaWF.Core Overview