<small id='GIVAn'></small><noframes id='GIVAn'>

        <i id='GIVAn'><tr id='GIVAn'><dt id='GIVAn'><q id='GIVAn'><span id='GIVAn'><b id='GIVAn'><form id='GIVAn'><ins id='GIVAn'></ins><ul id='GIVAn'></ul><sub id='GIVAn'></sub></form><legend id='GIVAn'></legend><bdo id='GIVAn'><pre id='GIVAn'><center id='GIVAn'></center></pre></bdo></b><th id='GIVAn'></th></span></q></dt></tr></i><div id='GIVAn'><tfoot id='GIVAn'></tfoot><dl id='GIVAn'><fieldset id='GIVAn'></fieldset></dl></div>
          <bdo id='GIVAn'></bdo><ul id='GIVAn'></ul>
      1. <legend id='GIVAn'><style id='GIVAn'><dir id='GIVAn'><q id='GIVAn'></q></dir></style></legend>
      2. <tfoot id='GIVAn'></tfoot>

        TextBox-Control 的 MaxLength 属性有多可靠?

        How reliable is the MaxLength property of the TextBox-Control?(TextBox-Control 的 MaxLength 属性有多可靠?)

          <tbody id='mJIwd'></tbody>

                <small id='mJIwd'></small><noframes id='mJIwd'>

              1. <tfoot id='mJIwd'></tfoot>

                <legend id='mJIwd'><style id='mJIwd'><dir id='mJIwd'><q id='mJIwd'></q></dir></style></legend>
                • <bdo id='mJIwd'></bdo><ul id='mJIwd'></ul>

                  <i id='mJIwd'><tr id='mJIwd'><dt id='mJIwd'><q id='mJIwd'><span id='mJIwd'><b id='mJIwd'><form id='mJIwd'><ins id='mJIwd'></ins><ul id='mJIwd'></ul><sub id='mJIwd'></sub></form><legend id='mJIwd'></legend><bdo id='mJIwd'><pre id='mJIwd'><center id='mJIwd'></center></pre></bdo></b><th id='mJIwd'></th></span></q></dt></tr></i><div id='mJIwd'><tfoot id='mJIwd'></tfoot><dl id='mJIwd'><fieldset id='mJIwd'></fieldset></dl></div>
                  本文介绍了TextBox-Control 的 MaxLength 属性有多可靠?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  TextBox 控件提供 MaxLength 属性,允许在该 TextBox 中插入的文本被客户端限制为指定数量的字符.

                  The TextBox control offers a MaxLength property, which allows the insertable text into that TextBox be clientside limited to the specified amount of chars.

                  我的问题:

                  • 此属性是否仅在客户端和因此依赖于浏览器?
                  • 我可以相信这样一个事实,即Text 属性包含的文本不超过MaxLength 已设置(仅适用于MSDN 中命名的 DisplayModes文章)还是我必须手动执行 TextBox.Text.SubString(0,所需最大长度)?
                  • 这一切是怎么回事使用禁用的 java 脚本?

                  推荐答案

                  它不依赖于javascript,但这并不安全.

                  It does not depend on javascript but that does not make it safe.

                  任何人仍然可以使用 javascript(例如 XmlHttpRequest)发布请求,或者只是制作一个请求以发送比最大长度规范更多的数据.这是阻止普通用户过度填充字段的好方法,但无论如何您都需要在服务器上仔细检查.

                  Anyone can still post a request using javascript (XmlHttpRequest for example) or just craft a request to send more data than the max-length specification. It's a good way to stop a normal user from over populating a field but it is something you need to double check on the server anyway.

                  这篇关于TextBox-Control 的 MaxLength 属性有多可靠?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How to keep the Text of a Read only TextBox after PostBack()?(PostBack()之后如何保留只读文本框的文本?)
                  Winforms Textbox - Using Ctrl-Backspace to Delete Whole Word(Winforms 文本框 - 使用 Ctrl-Backspace 删除整个单词)
                  C# - Add button click events using code(C# - 使用代码添加按钮单击事件)
                  Multi-color TextBox C#(多色文本框 C#)
                  How can i set the caret position to a specific index in passwordbox in WPF(如何将插入符号位置设置为 WPF 密码框中的特定索引)
                  C# Numeric Only TextBox Control(C# 纯数字文本框控件)

                      <bdo id='G46y1'></bdo><ul id='G46y1'></ul>

                      <small id='G46y1'></small><noframes id='G46y1'>

                      <i id='G46y1'><tr id='G46y1'><dt id='G46y1'><q id='G46y1'><span id='G46y1'><b id='G46y1'><form id='G46y1'><ins id='G46y1'></ins><ul id='G46y1'></ul><sub id='G46y1'></sub></form><legend id='G46y1'></legend><bdo id='G46y1'><pre id='G46y1'><center id='G46y1'></center></pre></bdo></b><th id='G46y1'></th></span></q></dt></tr></i><div id='G46y1'><tfoot id='G46y1'></tfoot><dl id='G46y1'><fieldset id='G46y1'></fieldset></dl></div>
                    • <tfoot id='G46y1'></tfoot>

                          <tbody id='G46y1'></tbody>

                        <legend id='G46y1'><style id='G46y1'><dir id='G46y1'><q id='G46y1'></q></dir></style></legend>