如何在ASP.net中动态地为href链接分配标签文本?

时间:2017-03-01 08:09:02

标签: c# asp.net hyperlink keyword

在项目中包含数据库连接之后,我想在这两者之间建立关系。如果文本中有数据库中的关键字,我想将文本中的关键字更改为<a href="myKeyword.html"> myKeyword</a>。我怎么能这样做?

DataEntity.Texts.Text myTexts  = new DataEntity.Texts.
DataEntity.Keywords.Keyword myKeywords = new DataEntity.Keywords.Keyword;

我有两个参数 myTexts.Text.ToString();第一个参数 myKeywords.Keyword.ToString();第二个参数

我想要这个:

我喜欢足球(足球是我的关键词)

I like <a href="football.html">football<a/>

0 个答案:

没有答案