Class ServiceKit16
Default ServiceKit for 2sxc v14.
[PublicApi]
public class ServiceKit16 : ServiceKit, IHasLog, ICanDebug
- Inheritance
-
ServiceKit16
- Implements
Remarks
- History: Added v14.04
Properties
Adam
The ADAM Service, used to retrieve files and maybe more.
public IAdamService Adam { get; }
Property Value
Cache
[InternalApi_DoNotUse_MayChangeWithoutNotice("Still Beta in v17.09")]
public ICacheService Cache { get; }
Property Value
Convert
The Convert Service, used to convert any kind of data type to another data type
public IConvertService16 Convert { get; }
Property Value
Css
The Koi CSS Service, used to detect the current CSS framework and other features. See ICss
public ICss Css { get; }
Property Value
Data
The Data service to get DataSources and similar.
public IDataService Data { get; }
Property Value
Remarks
- added in v15.06
Edit
The Edit service, same as the main Edit service
public IEditService Edit { get; }
Property Value
Feature
The Features service, used to check if features are enabled
public IFeaturesService Feature { get; }
Property Value
HtmlTags
The Razor Blade 4 HtmlTags service, to fluidly create Tags. See .
Important
This is similar but different to the Razor.Blade.Tag.
The Razor Blade IHtmlTag objects returned here are immutable.
This means that chained commands like ...HtmlTags.Div().Id(...).Class(...)
all return new objects and don't modify the previous one.
The older Tag
helper created mutable objects where chaining always modified the original and returned it again.
public IHtmlTagsService HtmlTags { get; }
Property Value
- IHtmlTagsService
Remarks
Added in v15
Image
The Images service, used to create img
and picture
tags
public IImageService Image { get; }
Property Value
Json
The JSON service, used to convert data to-and-from JSON
public IJsonService Json { get; }
Property Value
Key
Key service. Rarely used, as the RazorTyped has a UniqueKey property which comes from this service. You only need this service, if you need to create combined keys (like with an entity)
public IKeyService Key { get; }
Property Value
Remarks
- New in v16.04
Link
Link helper object to create the correct links
public ILinkService Link { get; }
Property Value
- ILinkService
A ILinkService object.
The Mail service, used to send mails
public IMailService Mail { get; }
Property Value
Page
The Page service, used to set headers, activate features etc.
public IPageService Page { get; }
Property Value
Render
The Render service, used to render one or more dynamic content within other content
public IRenderService Render { get; }
Property Value
Scrub
The Razor-Blade Scrub service, used to clean up HTML. See Razor Blade IScrub Service
public IScrub Scrub { get; }
Property Value
SecureData
The Secure Data service - mainly for reading / decrypting secrets.
public ISecureDataService SecureData { get; }
Property Value
SystemLog
The System Log service, used to add log messages to the system (Dnn/Oqtane)
public ISystemLogService SystemLog { get; }
Property Value
Template
Templates service, which can parse strings containing placeholders.
[InternalApi_DoNotUse_MayChangeWithoutNotice("Still Beta in v17.08")]
public ITemplateService Template { get; }
Property Value
Toolbar
The toolbar service, used to generate advanced toolbars
public IToolbarService Toolbar { get; }