8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
@page "/"
|
|
@using Microsoft.AspNetCore.Authorization
|
|
|
|
@rendermode InteractiveServer
|
|
|
|
@attribute [Authorize]
|
|
@* <h1>Welcome to RobotApp!</h1> *@
|