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