Skip to main content
All docs
V26.1
  • JS

    RichEditBuilder.Authentication(Action<AuthenticationSettingsBuilder>) Method

    Specifies authentication settings.

    Namespace: DevExpress.AspNetCore.RichEdit

    Assembly: DevExpress.AspNetCore.RichEdit.v26.1.dll

    Declaration

    public RichEditBuilder Authentication(
        Action<AuthenticationSettingsBuilder> configure
    )

    Parameters

    Name Type Description
    configure Action<AuthenticationSettingsBuilder>

    A delegate method that specifies authentication settings.

    Returns

    Type Description
    RichEditBuilder

    A builder for the Rich Text Editor.

    See Also