Class Request
Request
- Inheritance
-
Request
- Inherited Members
Properties
HasPostData
hasPostData
[JsonPropertyName("hasPostData")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? HasPostData { get; set; }
Property Value
- bool?
Headers
headers
Property Value
InitialPriority
initialPriority
Property Value
IsLinkPreload
isLinkPreload
[JsonPropertyName("isLinkPreload")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsLinkPreload { get; set; }
Property Value
- bool?
IsSameSite
isSameSite
[JsonPropertyName("isSameSite")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsSameSite { get; set; }
Property Value
- bool?
Method
method
Property Value
MixedContentType
mixedContentType
[JsonPropertyName("mixedContentType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public MixedContentType? MixedContentType { get; set; }
Property Value
PostData
postData
[JsonPropertyName("postData")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string PostData { get; set; }
Property Value
PostDataEntries
postDataEntries
[JsonPropertyName("postDataEntries")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PostDataEntry[] PostDataEntries { get; set; }
Property Value
ReferrerPolicy
referrerPolicy
[JsonPropertyName("referrerPolicy")]
public RequestReferrerPolicyValues ReferrerPolicy { get; set; }
Property Value
TrustTokenParams
trustTokenParams
[JsonPropertyName("trustTokenParams")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public TrustTokenParams TrustTokenParams { get; set; }
Property Value
Url
url
Property Value
UrlFragment
urlFragment
[JsonPropertyName("urlFragment")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string UrlFragment { get; set; }