Class WebFlowExtensions
public static class WebFlowExtensions
- Inheritance
-
WebFlowExtensions
- Inherited Members
Methods
Flow<TComponent>(TComponent, string)
public static WebFlow<TComponent> Flow<TComponent>(this TComponent component, string name) where TComponent : WebComponent
Parameters
componentTComponentnamestring
Returns
- WebFlow<TComponent>
Type Parameters
TComponent
InteractAsync<TComponent>(TComponent, string, Func<TComponent, ValueTask>, CancellationToken)
public static ValueTask InteractAsync<TComponent>(this TComponent component, string name, Func<TComponent, ValueTask> interaction, CancellationToken cancellationToken = default) where TComponent : WebComponent
Parameters
componentTComponentnamestringinteractionFunc<TComponent, ValueTask>cancellationTokenCancellationToken
Returns
Type Parameters
TComponent