[]
ISettings implementation for RDF Rendering Extension.
public sealed class Settings : ISettings
Name | Description |
---|---|
Settings() | Initializes a new instance of the Settings class. |
Settings(NameValueCollection) | Allows internal consumers to initialize new instance the class passing settings values via NameValueCollection. |
Name | Description |
---|---|
Pagination | Gets or sets the value indicates should pagination be used for resulted rdf document or not. |
Name | Description |
---|---|
implicit operator NameValueCollection(Settings) | Performs an implicit conversion from Settings to NameValueCollection. |