Class ShareTarget
ShareTarget
public sealed class ShareTarget
- Inheritance
-
ShareTarget
- Inherited Members
Properties
Action
action
[JsonPropertyName("action")]
public string Action { get; set; }
Property Value
Enctype
enctype
[JsonPropertyName("enctype")]
public string Enctype { get; set; }
Property Value
Files
files
[JsonPropertyName("files")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public FileFilter[] Files { get; set; }
Property Value
Method
method
[JsonPropertyName("method")]
public string Method { get; set; }
Property Value
Text
text
[JsonPropertyName("text")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Text { get; set; }
Property Value
Title
title
[JsonPropertyName("title")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Title { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Url { get; set; }