AppDataFolderExtension¶
Namespace: ThinkGeo.UI.Maui
Provides an XAML markup extension for combining a relative path with the application data directory.
public class AppDataFolderExtension : Microsoft.Maui.Controls.Xaml.IMarkupExtension
Inheritance object → AppDataFolderExtension
Implements IMarkupExtension
Properties¶
Path¶
Gets or sets the relative path segment to append to the application data directory.
public string Path { get; set; }
Property Value¶
Constructors¶
AppDataFolderExtension()¶
public AppDataFolderExtension()
Methods¶
ProvideValue(IServiceProvider)¶
Returns the resolved file system path for the specified AppDataFolderExtension.Path.
public object ProvideValue(IServiceProvider serviceProvider)
Parameters¶
serviceProvider IServiceProvider
The service provider for the markup extension.
Returns¶
object
The combined application data directory path, or null if is null.