Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Modify IResource.Parameters #96

Open
avanderhoorn opened this issue Dec 7, 2015 · 1 comment
Open

Modify IResource.Parameters #96

avanderhoorn opened this issue Dec 7, 2015 · 1 comment

Comments

@avanderhoorn
Copy link
Member

I propose that we update IResource.Parameters from an IEnumerable<ResourceParameter> to string. Currently, most of our IResourceStartups are implemented because they want a custom Template. We can still support IEnumerable<ResourceParameter> but the user will call parameters.GenerateUriTemplate() to produce the template in order to provide a string. This means more often than not we can have people IResources used which can port to SystemWeb unlike IResourceStartups.

@nikmd23

@nikmd23
Copy link
Member

nikmd23 commented Dec 8, 2015

I can get behind this. Let's do it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants