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