StartupExtensions.RemoveDefaultReportingControllers(IMvcBuilder) Method
OBSOLETE
This method is no longer used. Review the following document for more information: https://go.devexpress.com/Reporting_BC1019255.aspx
The method is obsolete and should not be used in your code.
Namespace: DevExpress.AspNetCore.Reporting
Assembly: DevExpress.AspNetCore.Reporting.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Reporting
Declaration
[Obsolete("This method is no longer used. Review the following document for more information: https://go.devexpress.com/Reporting_BC1019255.aspx")]
public static IMvcBuilder RemoveDefaultReportingControllers(
this IMvcBuilder builder
)
Parameters
Name | Type | Description |
---|---|---|
builder | IMvcBuilder | The IMvcBuilder instance this method extends. |
Returns
Type | Description |
---|---|
IMvcBuilder | A IMvcBuilder that can be used to further configure the MVC services. |
Remarks
Do not use this method. For more information, review the following document: Breaking Change T1019255.
See Also