Skip to main content

FrameworkAssetPathResolver Property

Defines paths where avalonia modules and service locator should be resolved. If null, default path resolved depending on the backend (browser or blazor) is used.

Definition

Namespace: Avalonia.Browser
Assembly: Avalonia.Browser (in Avalonia.Browser.dll)

public Func<string, string>? FrameworkAssetPathResolver { get; set; }

Property Value

Func(String, String)

See Also

Reference

BrowserPlatformOptions Class
Avalonia.Browser Namespace