vbscript Varios Razor VB.NET

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vbscript Varios Razor VB.NET相关的知识,希望对你有一定的参考价值。


' Check for an empty or null string 
@If String.IsNullOrEmpty(item.PendingFiles) Then
  @<small>no pending files</small>
End If 

' Format number: number_to_format, number_of_decimals 
' (uses current locale to apply thousands and decimal commas)
@FormatNumber(Model.CarbonFootprint, 2)

'Ternary operator
@IIf(item.Leido = True, "is-read", "")

以上是关于vbscript Varios Razor VB.NET的主要内容,如果未能解决你的问题,请参考以下文章

在 MVC 5 Razor 页面中使用 VB.Net 模块

vbscript [测试VB] #vb

vbscript vb_finger_print.vb

vbscript test.vb

vbscript [VB.NET]新事物#test

vbscript Demo.vb