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

Multiple parameters? #2981

@ErrorEater

Description

@ErrorEater

Is it possible to post by multiple parameters or we have to still create transport objects?

[HttpPost]
public string PostMultipleSimpleValues(string name, int age, DateTime entered, string action = null)
{
return string.Format("Name: {0}, Age: {1}, Date: {2}, Action: {3}", name, age, entered, action);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions