Back to Devexpress

MapboxDataProvider.TileUriTemplate Property

wpf-devexpress-dot-xpf-dot-map-dot-mapboxdataprovider-47e4eb14.md

latest1.5 KB
Original Source

MapboxDataProvider.TileUriTemplate Property

SECURITY-RELATED CONSIDERATIONS

Downloading image tiles passed through URLs specified by the TileUriTemplate property may create security issues. Review the following help topic and learn how to spot, analyze, and prohibit unwanted download requests:

Suppress Control Requests to Download Data from External URLs

For internal use. Specifies a template the provider uses to obtain tiles from the service.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
[Browsable(false)]
public string TileUriTemplate { get; }
vb
<Browsable(False)>
Public ReadOnly Property TileUriTemplate As String

Property Value

TypeDescription
String

The pattern.

|

See Also

MapboxDataProvider Class

MapboxDataProvider Members

DevExpress.Xpf.Map Namespace