Constructor RoutePostAttribute
RoutePostAttribute(string)
Creates an new RoutePostAttribute attribute instance with given path.
public RoutePostAttribute(string path)
Parameters
path
stringThe POST route path.
RoutePostAttribute()
Creates an new RoutePostAttribute attribute instance with an root path (/).
public RoutePostAttribute()