Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/webpack/2.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
在淘汰版viewmodel asp.net mvc umbraco中获取grecaptcha_Asp.net_Model View Controller_Knockout.js_Umbraco_Recaptcha - Fatal编程技术网

在淘汰版viewmodel asp.net mvc umbraco中获取grecaptcha

在淘汰版viewmodel asp.net mvc umbraco中获取grecaptcha,asp.net,model-view-controller,knockout.js,umbraco,recaptcha,Asp.net,Model View Controller,Knockout.js,Umbraco,Recaptcha,我正试图在我的网站(Umbraco)上使用谷歌的recaptcha。我面临的问题是,我无法在viewmodel中使用grecaptcha 到目前为止,我已经在我的\u Layout.cshtml <script src='https://www.google.com/recaptcha/api.js'></script> 错误。 因此,我无法执行任何与验证码相关的操作。我在视图中使用了grecapctha.reset(),而不是viemodel cannot resol

我正试图在我的网站(Umbraco)上使用谷歌的recaptcha。我面临的问题是,我无法在viewmodel中使用
grecaptcha

到目前为止,我已经在我的
\u Layout.cshtml

<script src='https://www.google.com/recaptcha/api.js'></script>
错误。
因此,我无法执行任何与验证码相关的操作。

我在视图中使用了
grecapctha.reset()
,而不是viemodel

cannot resolve symbol grecaptcha