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

Controller for getting blogposts
Inheritance: ApiController
ファイルを表示 Open project: giacomelli/DG-Swagger.Net

Public Methods

Method 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 method

public Delete ( int id ) : void
id int
return void

Get() public method

public Get ( ) : IEnumerable
return IEnumerable

Get() public method

public Get ( int id ) : string
id int
return string

Post() public method

Posts the specified value.
public Post ( [ value ) : void
value [ The value.
return void

Put() public method

public Put ( int id, [ value ) : void
id int
value [
return void