Assembly: Mediachase.Commerce.Website (in Mediachase.Commerce.Website.dll) Version: 8.0.0
C# |
---|
public class SecureWebPageSectionHandler : IConfigurationSectionHandler |
SecureWebPageSectionHandler reads any <secureWebPages> section from a configuration file.
Name | Summary | Status |
---|---|---|
Create | Parses the XML configuration section and returns the settings. | public |
ReadChildItem | Reads the typical attributes for a SecureWebPageItem from the configuration node. | protected |
ReadDirectoryItem | Reads a directory item from the configuration node and returns a new instance of SecureWebPageDirectory. | protected |
ReadFileItem | Reads a file item from the configuration node and returns a new instance of SecureWebPageFile. | protected |
ReadGeneralSettings | Reads general settings from the secureWebPages section into the given SecureWebPageSettings instance. | protected |
SecureWebPageSectionHandler Constructor | Initializes an instance of this class. | public |