Skip to content

Instantly share code, notes, and snippets.

@charlesroper
Last active March 23, 2016 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlesroper/b29d38c64401a120f3c0 to your computer and use it in GitHub Desktop.
Save charlesroper/b29d38c64401a120f3c0 to your computer and use it in GitHub Desktop.
2016-03-23 Calling a partial with a ViewDataDictionary parameter
@Html.Partial(
"test",
new ViewDataDictionary {
{"tag", "h1"},
{"klass", "page-name"}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment