Posts by PHPlima • 143 points
2 posts
-
10
votes2
answers19497
viewsQ: How to get a snippet of a string?
I have a string like this: ~/Areas/Teste/Views/home/index.cshtml I just need the word that comes right after ~/Areas/, in the case Teste (remembering that this word may vary in size). How do?…
-
3
votes1
answer1236
viewsQ: Identify Area, Controller, and View Action
I need to create an Htmlhelper (MVC 4, C#) that identifies and tells what is the Area, Controller and Action of a View. I’m not getting anything. How can this be done? Is there a function or method…