Skip to main content
All docs
V25.2
  • DxWasmRequestOptionsBase.InvokeAction Property

    Specifies the URI path of the controller action that processes requests.

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v25.2.JSBasedControls.WebAssembly.dll

    NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly

    Declaration

    [Parameter]
    public string InvokeAction { get; set; }

    Property Value

    Type Description
    String

    The URI path to the controller action.

    See Also