示例#1
0
 private bool RenderHyperlink(RPLAction action, RPLFormat.TextDecorations textDec, string color)
 {
     html5Renderer.WriteStream(HTMLElements.m_openA);
     html5Renderer.RenderTabIndex();
     html5Renderer.RenderActionHref(action, textDec, color);
     html5Renderer.WriteStream(HTMLElements.m_closeBracket);
     return(true);
 }