Skip to main content
A newer version of this page is available. .

InsertContentToClientEventArgs.RequestId Property

Gets the identifier of the request to the server.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll

Declaration

public string RequestId { get; }

Property Value

Type Description
String

A string value that identifies the request to the server.

Remarks

Use the RequestId to identify the request to the server that is currently being processed. Each request has a unique RequestId value specified on the client as the RichEditCommands.insertContentFromServer command’s parameter.

See Also