Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Components.PhoneNumberEditComponent.ControllerPreprocessActionAsync Method

Called before action runs.

Class: YetaWF.Modules.ComponentsHTML.Components.PhoneNumberEditComponent
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 all phone numbers to E164 format.

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