Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.ModuleDefinitionExtensions.RenderReferencedModule_AjaxAsync Method

(not specified)

Class: YetaWF.Core.Modules.ModuleDefinitionExtensions
Namespace: YetaWF.Core.Modules
Assembly: YetaWF.Core

Syntax

public static Task<string> RenderReferencedModule_AjaxAsync( this YHtmlHelper htmlHelper );
public static Task<string> RenderReferencedModule_AjaxAsync(
    this YHtmlHelper htmlHelper,
    Type modType,
    Action<object>? initModule = null );

Parameters

htmlHelper

(not specified)

modType

(not specified)

initModule

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Modules.ModuleDefinitionExtensions ClassYetaWF.Core Overview