Share via


YarpRouteExtensions.WithMaxRequestBodySize(YarpRoute, Int64) Method

Definition

Set the MaxRequestBodySize for the destination

public static Aspire.Hosting.Yarp.YarpRoute WithMaxRequestBodySize(this Aspire.Hosting.Yarp.YarpRoute route, long maxRequestBodySize);
static member WithMaxRequestBodySize : Aspire.Hosting.Yarp.YarpRoute * int64 -> Aspire.Hosting.Yarp.YarpRoute
<Extension()>
Public Function WithMaxRequestBodySize (route As YarpRoute, maxRequestBodySize As Long) As YarpRoute

Parameters

route
YarpRoute
maxRequestBodySize
Int64

Returns

Applies to