| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
530 バイト追加 、 2021年7月3日 (土) 06:20
</pre>
===実装===
*Progmras
<pre>
using System;
return configuration;
}
}
}
</pre>
 
*設定ロード先
<pre>
namespace docWeb.Models
{
public interface IDocumentWebDatabaseSettings
{
string DocumentWebCollectionName { get; set; }
string ConnectionString { get; set; }
string DatabaseName { get; set; }
}
 
public class DocumentWebDatabaseSettings : IDocumentWebDatabaseSettings
{
public string DocumentWebCollectionName { get; set; }
public string ConnectionString { get; set; }
public string DatabaseName { get; set; }
}
}
</pre>

案内メニュー