【问题标题】:Asp.Net MVC 2 model binding with ASPNetSpell textboxAsp.Net MVC 2 模型与 ASPNetSpell 文本框绑定
【发布时间】:2012-04-12 21:19:30
【问题描述】:

如何将模型中的一些数据绑定到 ASPNetSpell 文本框?

<ASPNetSpell:SpellTextBox ID="SpellTextBox1" runat="server">Some text to spell check</ASPNetSpell:SpellTextBox>

【问题讨论】:

    标签: asp.net-mvc-2


    【解决方案1】:

    看起来它是服务器控件,你不能在 ASP.NET MVC 中使用它。

    您可以了解一些用于 asp.net mvc 项目 there 或 there 或 there 的拼写检查器。

    更新:你抓住我了。有用。上次不小心查了官网。您是否查看了“操作方法”示例?

    Getting Started with ASPNetSpell

    ASPNetSpell & MVC

    ASPNetSpell and the .Net Razor Framework

    【讨论】:

    • 它确实适用于 MVC,我只是无法将它绑定到模型属性。不过感谢其他建议!
    猜你喜欢
    • 2014-01-19
    • 2011-02-05
    • 2012-11-13
    • 2011-04-30
    • 1970-01-01
    • 1970-01-01
    • 2015-07-17
    • 2014-04-18
    • 2011-04-27
    相关资源
    最近更新 更多