コード例 #1
0
ファイル: DocumentFormatter.cs プロジェクト: Khojasteh/DG
 public void LinkCRef(string cref, string text)
 {
     Link(crefResolver.UrlOf(cref), text ?? crefResolver.NameOf(cref));
 }
コード例 #2
0
 public string NameOf(string cref) => crefResolver.NameOf(cref);