Last active
June 3, 2022 04:19
-
-
Save hgirish/af92d9449c3dc7da3904ddc3c38407bf to your computer and use it in GitHub Desktop.
Convert Html.Partial to Partial tag using find replace in VS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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