请问,在 VB.NET 中要如何获取 GridView 的 HyperLinkField 里的 value?

在 BoundField 我可以用
  1. If e.Row.Cells(0).Text = "string"
复制代码
来 compare 我要的 value
可是在 HyperLinkField 用回同样的
  1. If e.Row.Cells(0).Text = "string"
复制代码
却 compare 不到