.net - ASP.Net MVC3: Hide item from _Layout file only in one view -


in layout file, displaying text, , want hide text in 1 view. how tell view loaded inside view?

you can set id text container , in specific view can hide id jquery
write code in view can hide text

$(function() { $("#id").hide(); }


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -