生成有效 x:Name 的最简单方法是什么?

发布于 2024-09-02 07:45:43 字数 283 浏览 7 评论 0 原文

我正在根据其他一些输入源生成一些 Xaml。在某些情况下,我生成 x:Name 值,但它们包含无效字符。我在 MSDN 上找到了这篇文章:

XamlName Grammar

其中描述了以下语法ax: 名称标签,但没有告诉我如何实际应用它。显然,有一些代码可以在运行时验证该名称,但是实际修复包含无效字符的字符串的最简单方法是什么?

I am generating some Xaml based on some other source of input. In some cases I am generating x:Name values but they have invalid characters. I found this article on MSDN:

XamlName Grammar

Which describes the grammar of a x:Name tag but doesn't tell me how to actually apply this. Clearly there is some code to validate this name at runtime but what is the easiest way to actually fix up a string with invalid characters?

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

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

发布评论

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

评论(1

或十年 2024-09-09 07:45:44

事实证明,删除所有 x:Names 而不生成它们是最有意义的。毕竟,我们真的不需要在内部挖掘特定元素。我们仍然必须生成文件名和类名,但我认为这是一个更容易的问题。

Turns out it made the most sense to just drop all of the x:Names and not generate them. We don't really need to dig around inside for particular elements afterall. We still have to generate file names and Class names but that's a bit easier of a problem I think.

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