Skip to content

Update ResourceCollectionProvider to take advantage of Declarative persistent component state #61748

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ilonatommy
Copy link
Member

Follow-up for #60634.

Description

ResourceCollectionUrl saving and restoring responsibility is moved to PersistentServicesRegistry.

@ilonatommy ilonatommy added the area-blazor Includes: Blazor, Razor Components label Apr 30, 2025
@ilonatommy ilonatommy self-assigned this Apr 30, 2025
@ilonatommy ilonatommy requested a review from a team as a code owner April 30, 2025 12:37
Comment on lines +17 to +21
public string? ResourceCollectionUrl
{
get => _url;
set => _url = value;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public string? ResourceCollectionUrl
{
get => _url;
set => _url = value;
}
public string? ResourceCollectionUrl { get; set; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants