HyperLink.Target 可能值的枚举

发布于 2024-10-25 21:27:45 字数 76 浏览 0 评论 0原文

也许有点菜鸟 .NET 问题,但是是否有一个枚举代表 HyperLink.Target 的可能值(例如“_blank”、“_top”等)?

Maybe kind of a noob .NET question, but is there an enum that represents the possible values for HyperLink.Target (e.g. "_blank", "_top", etc)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

醉城メ夜风 2024-11-01 21:27:45

没有现成的枚举。可能是因为(除了以 _ 开头的特殊值)目标可以包含必须打开文档的特定框架的名称

There's no ready-made enum. Probably because (besides the special values starting with _) target can contain the name of a specific frame where it has to open the document

月牙弯弯 2024-11-01 21:27:45

不,.NET Framework 中没有用于此目的的内置枚举。你必须自己创建它。 :)

No, there is no built-in enum for this in the .NET Framework. You have to create it yourself. :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文