Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFCoreRendering.Render Property

Returns the IYetaWFCoreRendering interface implemented by the package installed to render components and views.

Class: YetaWF.Core.Components.YetaWFCoreRendering
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public static IYetaWFCoreRendering Render { get; set; }

Remarks

The package implementing rendering components and views sets this accessor during application startup. All application rendering is performed using this interface.

See Also YetaWF.Core.Components.YetaWFCoreRendering ClassYetaWF.Core Overview