The Wayback Machine - https://web.archive.org/web/20201024154636/https://github.com/topics/asp
Skip to content
#

asp

Here are 612 public repositories matching this topic...

Rick-Anderson
Rick-Anderson commented Jun 2, 2020

Create an include (something like https://github.com/dotnet/AspNetCore.Docs/blob/master/aspnetcore/includes/reservedRouting.md

With the info from https://github.com/dotnet/aspnetcore/wiki/MVC-Reserved-Keywords on routing. Be stronger, something like

These keywords should not be used for link generations, as model bound parameters, or top level properties.

Add the include to the 3

atkretsch
atkretsch commented Aug 16, 2017

Similar to #131, but for deserialization.

Given the following class structure:

public class Person : ApiResource
    {
        public Person()
        {
            Attribute("Name");
        }

        public Name Name { get; set; }
    }

    public class Name
    {
        public string FirstName { get; set; }
        public string LastName { get; set; }
    }

.

Improve this page

Add a description, image, and links to the asp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the asp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.