Method BuildGroup
BuildGroup<TParam>()
Creates a new route group builder for the specified parameter type.
Declaration
public static RouteGroupBuilder<TParam> BuildGroup<TParam>() where TParam : notnull
Returns
| Type | Description |
|---|---|
| RouteGroupBuilder<TParam> |
Type Parameters
| Name | Description |
|---|---|
| TParam |