摘要:
Razor的数据类型有string,int,float,decimal,bool等。另外需要对数据类型的转换,通常的方法有如下:ToString(): 转换数据类型为字符串(string)。此与C#语法相同。IsBool()和AsBool() 是把字符串转换为布尔值(Boolean)。IsFloat... 阅读全文
摘要:
学习ASP.NET MVC, Razor语法必须掌握,这篇学习:Razor code blocks are enclosed in @{ ... }Inline expressions (variables and functions) start with @参考动画演示: 阅读全文