Class UrlCache
Assembly: Mapsui.Extensions.dll
Syntax
Properties
|
Edit this page
View Source
Compression
Declaration
public string Compression { get; set; }
Property Value
|
Edit this page
View Source
Created
Declaration
public DateTime Created { get; set; }
Property Value
|
Edit this page
View Source
Data
Declaration
public byte[]? Data { get; set; }
Property Value
|
Edit this page
View Source
PostData
Declaration
public byte[]? PostData { get; set; }
Property Value
|
Edit this page
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Extension Methods