Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Pages.PageDefinition.RenderPaneAsync Method

(not specified)

Class: YetaWF.Core.Pages.PageDefinition
Namespace: YetaWF.Core.Pages
Assembly: YetaWF.Core

Syntax

public Task<string> RenderPaneAsync(
    YHtmlHelper htmlHelper,
    string? pane,
    string? cssClass = null,
    bool Unified = false,
    bool PaneDiv = true,
    object? Args = null );

Parameters

htmlHelper

(not specified)

pane

(not specified)

cssClass

(not specified)

Unified

(not specified)

PaneDiv

(not specified)

Args

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Pages.PageDefinition ClassYetaWF.Core Overview