From ee80c6ff969b5b4cfc3d1292f15928fc8bd2d667 Mon Sep 17 00:00:00 2001 From: transtrike Date: Thu, 10 Dec 2020 13:54:23 +0200 Subject: Replaced ASP.NET Core MVC with Blazor --- Web/Shared/SurveyPrompt.razor | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Web/Shared/SurveyPrompt.razor (limited to 'Web/Shared/SurveyPrompt.razor') diff --git a/Web/Shared/SurveyPrompt.razor b/Web/Shared/SurveyPrompt.razor new file mode 100644 index 0000000..d78f8cf --- /dev/null +++ b/Web/Shared/SurveyPrompt.razor @@ -0,0 +1,16 @@ + + +@code { + // Demonstrates how a parent component can supply parameters + [Parameter] + public string Title { get; set; } +} -- cgit v1.2.3