withTransformPathPrefix
Function
interface YarpRoute { // ... omitted for brevity withTransformPathPrefix(prefix: string): YarpRoute;}Signature
method
withTransformPathPrefix Adds the transform which will prefix the request path with the given value.
withTransformPathPrefix(prefix: string): YarpRouteParameters
prefix string Returns
YarpRoute Applies to
This function is an extension method on the following types: