Struct ResourceResponse
- Namespace
- NetPdf
- Assembly
- NetPdf.dll
Response returned by IResourceLoader. Use default
(an empty Content) to indicate the resource was not found.
public readonly record struct ResourceResponse : IEquatable<ResourceResponse>
- Implements
- Inherited Members
Properties
CharSet
public string? CharSet { get; init; }
Property Value
Content
public required ReadOnlyMemory<byte> Content { get; init; }
Property Value
MimeType
public string? MimeType { get; init; }