Skip to content

Commit

Permalink
aspnet#65 Completed JS file in BinarySubmit sample
Browse files Browse the repository at this point in the history
  • Loading branch information
CK-Yong committed Jun 5, 2021
1 parent ae4ae5d commit d369b6e
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/aspnetcore/blazor/BinarySubmit/Pages/_Host.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<link href="css/site.css" rel="stylesheet" />
<link href="BinarySubmit.styles.css" rel="stylesheet" />
<script src="BinarySubmit.js"></script>
</head>
<body>
<component type="typeof(App)" render-mode="ServerPrerendered" />
Expand Down
54 changes: 54 additions & 0 deletions samples/aspnetcore/blazor/BinarySubmit/wwwroot/BinarySubmit.js

Large diffs are not rendered by default.

0 comments on commit d369b6e

Please sign in to comment.