本文介绍了修改Sandcastle输出样式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

虽然Sandcastle输出应该与MSDN .NET Framework 4样式相匹配,但外观和感觉之间存在重大差异。例如,Sandcastle语法在屏幕上列出C#,Visual Basic和Visual C ++语法,而MSDN将它们放在标签中,节省了
宝贵的屏幕空间。


1。如何在Sandcastle输出中创建选项卡?


2。如何在Sandcastle输出中创建MSDN页面的精确外观?我一直无法找到他们的样式表。


感谢您的帮助。 : - )

解决方案

Although Sandcastle output is supposed to match the MSDN .NET Framework 4 style, there are major differences in look and feel. For example, the Sandcastle syntax lists C#, Visual Basic, and Visual C++ syntax on the screen, while MSDN has them in tags, saving precious screen space.

1. How can I create the tabs in my Sandcastle output?

2. How can I create the exact look and feel of the MSDN pages in my Sandcastle output? I have been unable to find their style sheet.

Thanks for your help. :-)

解决方案


这篇关于修改Sandcastle输出样式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-10 14:06