返回給定 Umbraco 儲存庫中節點的“友好 URL”。
引數
NiceUrl(int NodeId);
Integer NodeId
返回值
該方法返回一個包含指定節點 URL 的字串。
用法
// c# using umbraco.library; String myNiceUrl = NiceUrl(20);