Method | Description | |
---|---|---|
AddApiAuthorized ( this services ) : IServiceCollection |
Add response compression services.
|
|
AddApiAuthorized ( this services, Action |
Add response compression services and configure the related options.
|
public static AddApiAuthorized ( this services ) : IServiceCollection | ||
services | this | The |
return | IServiceCollection |
public static AddApiAuthorized ( this services, Action |
||
services | this | The |
configureOptions | Action |
A delegate to configure the |
return | IServiceCollection |