Beispiel #1
0
 public TypedMarkupData ParseTypedMarkup(string markup)
 {
     #if CLIENT
     EnsureInitialized();
     #endif
     return(docProcessor.ParseTypedMarkup(markup));
 }