代码之家  ›  专栏  ›  技术社区  ›  zsharp

在视图中显示用户网站链接

  •  0
  • zsharp  · 技术社区  · 15 年前

    这样可以吗?还是有别的办法?

     <a href="Http://<%=Html.Encode(Model.Website)%>"><%=Html.Encode(Model.Website??"")%></a>
    
    2 回复  |  直到 15 年前
        1
  •  2
  •   Eric Petroelje    15 年前

    我觉得不错,尽管你可能想检查一下网站是否也没有以“http://”开头。

        2
  •  1
  •   RichardOD    15 年前

    你可以写一篇 custom HTML Helper 为你做这件事。