Class ShareTarget
public sealed record ShareTarget : IEquatable<ShareTarget>
- Inheritance
-
ShareTarget
- Implements
- Inherited Members
Constructors
ShareTarget(string, string, string)
public ShareTarget(string Action, string Method, string Enctype)
Parameters
Properties
Action
public string Action { get; init; }
Property Value
Enctype
public string Enctype { get; init; }
Property Value
Files
public ImmutableArray<FileFilter>? Files { get; init; }
Property Value
Method
public string Method { get; init; }
Property Value
Text
public string? Text { get; init; }
Property Value
Title
Embed the ShareTargetParams
public string? Title { get; init; }
Property Value
Url
public string? Url { get; init; }