AuthenticationSettingsBuilder.UserName(String) Method
Specifies the username with editing permission.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v25.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public AuthenticationSettingsBuilder UserName(
string value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The user name. |
Returns
| Type | Description |
|---|---|
| AuthenticationSettingsBuilder | A builder for credential settings. |
See Also