Skip to main content
All docs
V25.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.v25.1.dll

    NuGet Package: DevExpress.AspNetCore.Reporting

    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