Field ImageUrlOverride
Gets or sets a delegate that provides a custom image URL for a given input string.
public static Func<string, string>? ImageUrlOverride
Returns
- Func<string, string>
- Gets or sets a delegate that provides a custom image URL for a given input string.
Remarks
If set, this delegate is invoked to determine the image URL based on the input. If null, the default image URL resolution is used. This can be used to override or customize image sourcing logic at runtime.