Метод | Описание | |
---|---|---|
Authenticate ( string user, string password ) : bool | ||
DeleteAsset ( IAsset asset ) : void | ||
DeleteSitePage ( ISitePage page ) : void | ||
DummyContent ( string template ) : IContentItem | ||
GetDefaultContentForTemplate ( string template ) : List |
||
GetPageByUrl ( string url, bool editing = false ) : ISitePage | ||
GetPageUrl ( ISitePage page ) : string | ||
IsAuthenticated ( |
||
MiniWebSite ( IHostingEnvironment env, ILoggerFactory loggerfactory, IMiniWebContentStorage storage, IMiniWebAssetStorage assetStorage, IOptions |
||
ReloadAssets ( ) : void | ||
ReloadPages ( ) : void | ||
SaveSitePage ( ISitePage page, bool storeImages = false ) : void |
Метод | Описание | |
---|---|---|
SaveEmbeddedImages ( string html ) : string | ||
SetupLogging ( ILoggerFactory loggerfactory ) : ILogger |
public Authenticate ( string user, string password ) : bool | ||
user | string | |
password | string | |
Результат | bool |
public DeleteAsset ( IAsset asset ) : void | ||
asset | IAsset | |
Результат | void |
public DeleteSitePage ( ISitePage page ) : void | ||
page | ISitePage | |
Результат | void |
public DummyContent ( string template ) : IContentItem | ||
template | string | |
Результат | IContentItem |
public GetDefaultContentForTemplate ( string template ) : List |
||
template | string | |
Результат | List |
public GetPageByUrl ( string url, bool editing = false ) : ISitePage | ||
url | string | |
editing | bool | |
Результат | ISitePage |
public GetPageUrl ( ISitePage page ) : string | ||
page | ISitePage | |
Результат | string |
public IsAuthenticated ( |
||
user | ||
Результат | bool |
public MiniWebSite ( IHostingEnvironment env, ILoggerFactory loggerfactory, IMiniWebContentStorage storage, IMiniWebAssetStorage assetStorage, IOptions |
||
env | IHostingEnvironment | |
loggerfactory | ILoggerFactory | |
storage | IMiniWebContentStorage | |
assetStorage | IMiniWebAssetStorage | |
config | IOptions |
|
Результат | System |
public SaveSitePage ( ISitePage page, bool storeImages = false ) : void | ||
page | ISitePage | |
storeImages | bool | |
Результат | void |