C# Class Swagger.Net.WebApi.Controllers.BlogPostsController

Controller for getting blogposts
Inheritance: ApiController
Afficher le fichier Open project: giacomelli/DG-Swagger.Net

Méthodes publiques

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

Posts the specified value.

Put ( int id, [ 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

Posts the specified value.
public Post ( [ value ) : void
value [ The value.
Résultat void

Put() public méthode

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