Home  >  Article  >  Web Front-end  >  动态dynamically变更母版_Layout页body标签css的class_html/css_WEB-ITnose

动态dynamically变更母版_Layout页body标签css的class_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:22:30972browse

这个功能演示是Insus.NET最近想实现的一个功能,就是动态dynamically变更母版_Layout页body标签的样式css的class。

很多视图共同一个母版_Layout页,但是某一个视图body的样式也许有些不相同。

因此需要动态来变更class的值。

看看修改前的样式:

 

看到红色箭头否?我们就是需要动态修改这个class的值。

Ok,我们添加一些代码吧:

 

简单吧,下面Insus.NET分别浏览2个视图,再看看生成的结果是怎样:

 

下面是非Index的视图:

 

到此为止,我们可以判定代码是可以跑的,因为Index与非Index视图能动态变更body标签的值了。

在Razor的语法,就是好写,直接@...或者@{...}

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn