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