Transform() 공개 메소드

Transforms this instance into an HTML string using the embedded XSLT stylesheet.
public Transform ( ) : string
리턴 string
예제 #1
0
 public void UtilityIndexTransform()
 {
     Index index = new Index();
     string html = index.Transform();
     Assert.IsFalse(string.IsNullOrEmpty(html));
 }