InsertContentToClientEventArgs.RequestId Property
Gets the identifier of the request to the server.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
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