Resource.WithOutputUrl

Resource.WithOutputUrl method

Specifies the new URL indicating where the resource will be located after processing.

public Resource WithOutputUrl(Url outputUrl)
ParameterTypeDescription
outputUrlUrlThe new URL indicating where the resource will be located after processing.

Return Value

This resource so that you can chain calls.

See Also