Method AppendFormatted
AppendFormatted<T>(T, string)
Appends a formatted path segment to the route.
Declaration
public void AppendFormatted<T>(T t, string tExpr = "") where T : notnull, IParsable<T>
Parameters
Type | Name | Description |
---|---|---|
T | t | |
string | tExpr |
Type Parameters
Name | Description |
---|---|
T |