Add docs for AppUrlOptions and IAppUrlProvider#25505
Merged
Merged
Conversation
a5f6f8e to
e5f53b9
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a dedicated documentation page for AppUrlOptions and IAppUrlProvider under Framework → Infrastructure, covering configuration, usage, multi-tenant placeholder substitution, host fallback, and RedirectAllowedUrls. Also adds short cross-references from related docs (multi-tenancy, account, emailing, ms-multi-tenant-domain-resolving) and registers the new page in the docs navigation.
Changes:
- New
docs/en/framework/infrastructure/app-urls.mdpage with sections for configuration,IAppUrlProviderusage, multi-tenant placeholders, and redirect-allowed URLs. - Cross-reference notes added in multi-tenancy, account, emailing, and microservice multi-tenant domain resolving docs.
- Nav entry added for the new page.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/en/framework/infrastructure/app-urls.md | New documentation page covering AppUrlOptions, IAppUrlProvider, multi-tenant URL placeholders, and RedirectAllowedUrls. |
| docs/en/framework/architecture/multi-tenancy/index.md | Adds a note pointing readers to the new page for outbound tenant-aware URLs. |
| docs/en/modules/account.md | Adds a note explaining the password reset link host comes from Applications["MVC"].RootUrl. |
| docs/en/framework/infrastructure/emailing.md | Adds a "See Also" link to the new Application URLs page. |
| docs/en/guides/ms-multi-tenant-domain-resolving.md | Notes that outbound URLs need separate AppUrlOptions configuration. |
| docs/en/docs-nav.json | Registers the new "Application URLs" page under Framework → Infrastructure. |
34559a8 to
85cb620
Compare
EngincanV
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
AppUrlOptions/IAppUrlProvidersystem had no dedicated documentation. This adds an Application URLs page underframework/infrastructurecovering configuration,IAppUrlProviderusage, multi-tenant placeholders ({0}/{{tenantName}}/{{tenantId}}), host fallback, andRedirectAllowedUrls, plus short cross-references frommulti-tenancy/index.md,modules/account.md,emailing.md, andms-multi-tenant-domain-resolving.md.Triggered by support question https://abp.io/support/questions/10696.