有没有办法在 Password TextMode 中设置 ASP.NET TextBox 密码字符?

Is there a way to set ASP.NET TextBox password char when in Password TextMode?(有没有办法在 Password TextMode 中设置 ASP.NET TextBox 密码字符?)
本文介绍了有没有办法在 Password TextMode 中设置 ASP.NET TextBox 密码字符?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望当用户输入文本时,它应该显示 • 而不是简单的星号,有没有办法(在 win-forms 的 TextBox 中有一个属性 PasswordChar,它在 web 中有什么相似之处)????

I want that when the user types in text, it should show • rather than a simple asterisk, is there a way (in win-forms' TextBox there is a property PasswordChar, what is it's similar in web)????

推荐答案

不,这是特定于浏览器的.也许你可以用 javascript 伪造它,但我不推荐它.

No this is browser specific. Maybe you could fake this with javascript, but I wouldn't recommend it.

这篇关于有没有办法在 Password TextMode 中设置 ASP.NET TextBox 密码字符?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
how do i pass parameters to aspnet reportviewer(如何将参数传递给aspnet report查看器)
Bind multiple parameters from route and body to a model in ASP.NET Core(在ASP.NET Core中将路由和主体中的多个参数绑定到一个模型)
Custom model binding in AspNet Core WebApi?(AspNet Core WebApi中的自定义模型绑定?)
How to minify in .net core mvc view?(如何在.Net核心MVC视图中缩小?)