Skip to content

Instantly share code, notes, and snippets.

@jasongaylord
Created November 6, 2018 02:50
Show Gist options
  • Save jasongaylord/bd41f59b545aa282fb9a677eec5c89f9 to your computer and use it in GitHub Desktop.
Save jasongaylord/bd41f59b545aa282fb9a677eec5c89f9 to your computer and use it in GitHub Desktop.
@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
@await Component.InvokeAsync("RetrieveTweets", new { })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment