Skip to main content
All docs
V26.1
  • WebDocumentViewerBuilderBase<TSettings, TImpl, TModel>.HandlerUri(String) Method

    Specifies a custom MVC controller to which requests are sent from a reporting component.

    Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

    Assembly: DevExpress.AspNetCore.Reporting.v26.1.dll

    Declaration

    public TImpl HandlerUri(
        string handlerUri
    )

    Parameters

    Name Type Description
    handlerUri String

    A string that is a custom handler URI.

    Returns

    Type Description
    TImpl

    A WebDocumentViewerBuilderBase<TSettings, TImpl, TModel> that can be used in method chaining to configure the component.

    Remarks

    The default value specifies the WebDocumentViewerController.

    See Also