Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/293.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/85.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# ASP.NET MVC4编码错误_C#_Html_Asp.net Mvc 4 - Fatal编程技术网

C# ASP.NET MVC4编码错误

C# ASP.NET MVC4编码错误,c#,html,asp.net-mvc-4,C#,Html,Asp.net Mvc 4,C#是一种区分大小写的语言。在值中需要大写V。而ToString需要是驼峰型。这将允许代码进行编译 >error CS1061: 'decimal' does not contain a definition for 'value' and no extension method 'value' accepting a first argument of type 'decimal' could be found (are you missing a using directive or

C#是一种区分大小写的语言。在
值中需要大写V。而
ToString
需要是驼峰型。这将允许代码进行编译

>error CS1061: 'decimal' does not contain a definition for 'value' and no extension method 'value' accepting a first argument of type 'decimal' could be found (are you missing a using directive or an assembly reference?)

我正在学习asp.NETMVC4,这段代码是视频中的一个示例,它应该按照视频显示的方式运行,但每次都会出现相同的错误
>error CS1061: 'decimal' does not contain a definition for 'value' and no extension method 'value' accepting a first argument of type 'decimal' could be found (are you missing a using directive or an assembly reference?)
@auction.CurrentPrice.Value.ToString("c")