Skip to content

Instantly share code, notes, and snippets.

@hgirish
Last active June 3, 2022 04:19
Show Gist options
  • Save hgirish/af92d9449c3dc7da3904ddc3c38407bf to your computer and use it in GitHub Desktop.
Save hgirish/af92d9449c3dc7da3904ddc3c38407bf to your computer and use it in GitHub Desktop.
Convert Html.Partial to Partial tag using find replace in VS
Find:
@Html.Partial\(\"(.*)\"\)
Replace:
<partial Name="$1" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment