Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

HandlerUri Function

Specifies the URI to handle the Document Viewer requests.

#Declaration

TypeScript
export const HandlerUri: DevExpress.Analytics.Internal.IGlobalSubscribableValue<string>

#Parameters

Name Type
newVal string

#Returns

Type
string

#Remarks

The default value is “DXXRDV.axd“. This is the default handler for the Document Viewer used to send Fetch requests.

You can use the WebDocumentViewerModel.HandlerUri property to change the handler URI on the server.

For more information, review the following help topic: Document Viewer Lifecycle.