参见编程代码标签C# [英] See programming code label C#

查看:65
本文介绍了参见编程代码标签C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我想看标签的编程代码,我不想修改,但是我不知道怎么看.

有人知道怎么看吗?

谢谢

Hello,

I want to see the programming code of the label, I don''t want to modify, but I don''t know how to see.

Does anyone know how to see it?

Thanks

推荐答案

标签是从System.Web.UI.HtmlControlsNamespace继承的.

在页面后面的代码中声明标签,然后按F12选择Label,您将获得Label类

Label is inherited from System.Web.UI.HtmlControlsNamespace.


Declare a label in Code behind page and press F12 selecting Label , you will get the Label class

Label label = new Label();


这篇关于参见编程代码标签C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆