Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Components.TimeZoneEditComponent.ControllerPreprocessActionAsync Method

Called before action runs.

Class: YetaWF.Modules.ComponentsHTML.Components.TimeZoneEditComponent
Namespace: YetaWF.Modules.ComponentsHTML.Components
Assembly: YetaWF.ComponentsHTML

Syntax

public static Task<string> ControllerPreprocessActionAsync(
    string propName,
    string? model,
    ModelStateDictionary modelState );

Parameters

propName

(not specified)

model

(not specified)

modelState

(not specified)

Return Value

(not specified)

Remarks

Used to normalize timezones.

See Also YetaWF.Modules.ComponentsHTML.Components.TimeZoneEditComponent ClassYetaWF.ComponentsHTML PackageYetaWF.Core