Property BaseUrl
BaseUrl
Gets or sets the base URL for SearXNG or Custom providers.
For SearXNG: The instance URL (e.g., "https://searx.be"). For Custom: Use placeholders {query}, {maxResults}, and optionally {freshness} (replaced with day, week, month, or empty when unrestricted).
public string BaseUrl { get; set; }