Appearance
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<TModel>
Type parameters
TModel
Type of the model to deserialize the JSON into
Inheritance System.Object 🡒 ApiResponseWithLocationHeader<TModel>
Constructors | |
---|---|
ApiResponseWithLocationHeader(Uri, TModel) | Ctor |
Properties | |
---|---|
Location | Gets the returned location header |
Model | Gets the returned model |