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

Can't pass "hi" into DynamicDictionary #1446

@scott-xu

Description

@scott-xu

This is really a very strange thing:

this.Get["/{name?}"] = _ => this.View["Index", _.name];

When I navigate to http://localhost/abc or http://localhost/blablabla, I can get the name property as expected. But when I navigate to http://localhost/hi, I can't get it. The dynamic dictionary is empty (count equals 0)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions