1. No results found.

    Try your search with a different keyword or use * as a wildcard.

Default.cshtml

@model PollModel

    
        @T("Polls.Title")
    
    
        @await Html.PartialAsync("_Poll", Model)