mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-21 01:59:49 +00:00
7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
@page "/builds/{BuildName}"
|
|
@inherits ViewBase<BuildRoutingView, BuildRoutingViewModel>
|
|
@code {
|
|
[Parameter]
|
|
public required string BuildName { get; set; }
|
|
}
|