Class AxolotlPackageContent
One streaming input used when writing a package.
public sealed record AxolotlPackageContent : IEquatable<AxolotlPackageContent>
- Inheritance
-
AxolotlPackageContent
- Implements
- Inherited Members
Constructors
AxolotlPackageContent(string, string, string)
One streaming input used when writing a package.
public AxolotlPackageContent(string Name, string ContentType, string Path)
Parameters
Properties
ContentType
public string ContentType { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
Path
public string Path { get; init; }