Anyone know the best alternative to Html.Wrap when porting V7 to modern?
j
Jason
02/21/2024, 2:50 PM
Yes, turns out that HTML had a native way to wrap things in tags all along. It has intellisense, will get checked at compile time, and Razor will automatically cache it in memory. š¤Æ
Copy code
<div> <!-- tag you want to wrap with -->
<!-- Thing you want to wrap goes here -->
</div>
š š
l
Lars-Erik
02/21/2024, 9:37 PM
Ahem, you know darn well why I need this extension to stay as-is, don't you, you .... š¤£š¤Æ