Skip to content

Clarify ActionLink URL generation documentation - #67481

Merged
cincuranet merged 3 commits into
dotnet:mainfrom
mahdiaghtaee:clarify-actionlink-docs
Jul 8, 2026
Merged

Clarify ActionLink URL generation documentation#67481
cincuranet merged 3 commits into
dotnet:mainfrom
mahdiaghtaee:clarify-actionlink-docs

Conversation

@mahdiaghtaee

@mahdiaghtaee mahdiaghtaee commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Clarifies the XML documentation for IUrlHelper.ActionLink URL generation when protocol or host is null.

Details

The current implementation can use the current request's scheme and host when these values are not supplied. This PR updates the documentation so the described behavior matches the implementation more accurately.

Scope

  • Documentation-only change.
  • No runtime behavior changes.
  • No API surface changes.
  • No tests required because the change only updates XML documentation.

Fixes #42949

@mahdiaghtaee
mahdiaghtaee requested a review from a team as a code owner June 30, 2026 07:28
@dotnet-policy-service dotnet-policy-service Bot added the community-contribution Indicates that the PR has been added by a community member label Jun 30, 2026
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Thanks for your PR, @mahdiaghtaee. Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@cincuranet

Copy link
Copy Markdown
Contributor

/ba-g Failures are unrelated.

@cincuranet

Copy link
Copy Markdown
Contributor

@mahdiaghtaee Thanks.

@cincuranet
cincuranet merged commit fbec0e6 into dotnet:main Jul 8, 2026
22 of 25 checks passed
@github-project-automation github-project-automation Bot moved this from Waiting for Review to Merged in @mahdiaghtaee's GitHub Portfolio Roadmap Jul 8, 2026
@cincuranet cincuranet self-assigned this Jul 8, 2026
@dotnet-milestone-bot dotnet-milestone-bot Bot added this to the 11.0-preview7 milestone Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UrlHelperExtensions.ActionLink docs are misleading regarding requiring protocol and host

2 participants