-
Home
-
API
-
Markdig.Helpers
-
LinkHelper
-
Methods
-
TryParseUrl(T, out String?)
TryParseUrl(T, out String?) Method
Definition
Attempts to parse url t.
public static bool TryParseUrl<T>(T text, [NotNullWhen(true)] scoped out string? link)
where T : ICharIterator
Type parameters
Parameters
Returns