Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Blog
Services
Helpers
Rest
TagsRestResource
C# Class Blog.Services.Helpers.Rest.TagsRestResource
Inheritance:
ITagsRestResource
Mostrar archivo
Open project: jsnmgpnty/Blogness2.0
Public Methods
Method
Description
Add
(
Tag
tag
,
string
authenticationToken
) :
Tag
GetByName
(
string
tagName
) :
List
GetByPostId
(
int
postId
) :
List
Method Details
Add()
public
method
public
Add
(
Tag
tag
,
string
authenticationToken
) :
Tag
tag
Blog.Common.Contracts.Tag
authenticationToken
string
return
Blog.Common.Contracts.Tag
GetByName()
public
method
public
GetByName
(
string
tagName
) :
List
tagName
string
return
List
GetByPostId()
public
method
public
GetByPostId
(
int
postId
) :
List
postId
int
return
List