Skip to main content

WebViewWebRequestHeaders Class

Definition

Assembly:Avalonia.Controls.WebView
Package:Avalonia.Controls.WebView
public class WebViewWebRequestHeaders

Inheritance: object -> WebViewWebRequestHeaders

Implements: IEnumerable<KeyValuePair<string,string>>, IReadOnlyCollection<KeyValuePair<string,string>>, IReadOnlyDictionary<string,string>, IEnumerable

Methods

NameDescription
ContainsKeyNo summary available.
GetEnumeratorNo summary available.
TryGetValueNo summary available.
TryRemoveNo summary available.
TrySetNo summary available.

ContainsKey Method

public bool ContainsKey(string key)

Parameters

key string

Returns

bool

GetEnumerator Method

public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,string>> GetEnumerator()

Returns

System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,string>>

TryGetValue Method

public bool TryGetValue(string key, string& value)

Parameters

key string

value string&

Returns

bool

TryRemove Method

public bool TryRemove(string name)

Parameters

name string

Returns

bool

TrySet Method

public bool TrySet(string name, string value)

Parameters

name string

value string

Returns

bool

Properties

NameDescription
CountNo summary available.
ItemNo summary available.
KeysNo summary available.
ValuesNo summary available.

Count Property

public int Count { get; set; }

Item Property

public string Item { get; set; }

Keys Property

public System.Collections.Generic.IEnumerable<string> Keys { get; set; }

Values Property

public System.Collections.Generic.IEnumerable<string> Values { get; set; }