Skip to main content
All docs
V25.1
  • HandlerUri Function

    Specifies the URI to handle the Document Viewer requests.

    Declaration

    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.