Replies: 1 comment 7 replies
-
is ActionLink a built-in component? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use ActionLink, and you typically use it like
<ActionLink Action="Edit" Parameters="@($"id=" + context.TicketId.ToString())" />
Where the Edit action typically corresponds to a Edit.razor file in the current folder.
I am using a multiple module design(Cats and Dogs modules in one solution), so is there a way to reference the action of another module? If I am in the Cats Index.razor file, can I link to the Edit.razor of the Dogs module?
Beta Was this translation helpful? Give feedback.
All reactions