Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client

ApiResponseWithLocationHeader<TModel> Class

Represents an API PUT, POST or PATCH response, consisting of the location header and the deserialized content.

csharp
public class ApiResponseWithLocationHeader&lt;TModel&gt;

Type parameters

TModel

Type of the model to deserialize the JSON into

Inheritance System.Object 🡒 ApiResponseWithLocationHeader<TModel>

Constructors
ApiResponseWithLocationHeader(Uri, TModel)Ctor
Properties
LocationGets the returned location header
ModelGets the returned model