Interface IFragmentVisitor<T>
Implemented by BoundLink to render ActionLinkModels.
public interface IFragmentVisitor<T>
Type Parameters
TThe type of the link's content (usually string).
Methods
Visit(EventCallback, string?)
RenderFragment<T> Visit(EventCallback action, string? href)
Parameters
actionEventCallbackhrefstring
Returns
Visit<U>(EventCallback<U>, string?)
RenderFragment<T> Visit<U>(EventCallback<U> action, string? href)
Parameters
actionEventCallback<U>hrefstring
Returns
Type Parameters
U