Home finished
This commit is contained in:
11
Components/Pages/Movie.razor
Normal file
11
Components/Pages/Movie.razor
Normal file
@@ -0,0 +1,11 @@
|
||||
@page "/movie/{id}"
|
||||
|
||||
<PageTitle>Movie Details</PageTitle>
|
||||
|
||||
<h1>TODO</h1>
|
||||
<p>Movie ID: @id</p>
|
||||
|
||||
@code {
|
||||
[Parameter]
|
||||
public string id { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user