C# Class AbortRequestPipelineMessageHandler.Controllers.ValuesController

Inheritance: ApiController
Afficher le fichier Open project: tugberkugurlu/ProWebAPI.Samples

Méthodes publiques

Méthode Description
Delete ( int id ) : void
Get ( ) : IEnumerable
Get ( int id ) : string
Post ( string value ) : void
Put ( int id, string value ) : void

Method Details

Delete() public méthode

public Delete ( int id ) : void
id int
Résultat void

Get() public méthode

public Get ( ) : IEnumerable
Résultat IEnumerable

Get() public méthode

public Get ( int id ) : string
id int
Résultat string

Post() public méthode

public Post ( string value ) : void
value string
Résultat void

Put() public méthode

public Put ( int id, string value ) : void
id int
value string
Résultat void