C# プログラミング言語を使用しており、Office Web Apps をサーバーにインストールして非表示/表示するかどうかを定義したい<SharePoint:MenuItemTemplate Text="Open in browser" />
私のバリアントは次のとおりです
bool b = File.Exists(@"C:\\Program Files\\Common Files\\Microsoft Shared\\Web Server Extensions\\14\TEMPLATE\\LAYOUTS\\WordViewer.aspx");
しかし、私は何か他のものが必要です...正しい方法は何ですか?