Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Add form and query helpers needed for Facebook auth. #113

Merged
merged 2 commits into from
Aug 20, 2014
Merged

Add form and query helpers needed for Facebook auth. #113

merged 2 commits into from
Aug 20, 2014

Conversation

Tratcher
Copy link
Member

@Tratcher Tratcher commented Aug 7, 2014

No description provided.

@Tratcher
Copy link
Member Author

Updated to include #116

@Tratcher Tratcher merged commit ddc7f08 into aspnet:dev Aug 20, 2014
@Tratcher Tratcher deleted the Forms branch August 20, 2014 20:57
@@ -15,17 +16,51 @@ public class Builder : IBuilder

public Builder(IServiceProvider serviceProvider)
{
Properties = new Dictionary<string, object>();
Copy link
Member

Choose a reason for hiding this comment

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

Is case-sensitivity relevant here?

Copy link
Member

Choose a reason for hiding this comment

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

(Though I suppose someone could always overwrite the dictionary with whatever they want, so this is probably fine the way it is.)

Copy link
Member Author

Choose a reason for hiding this comment

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

In Katana these were always case sensitive (the default for a new Dictionary). I don't know that there are serious motivations one way or the other.

Copy link
Member

Choose a reason for hiding this comment

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

Yeah that's fair.

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

Successfully merging this pull request may close these issues.

2 participants