IXmlRepository Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The basic interface for storing and retrieving XML elements.
public interface class IXmlRepository
C#
public interface IXmlRepository
type IXmlRepository = interface
Public Interface IXmlRepository
- Derived
Get |
Gets all top-level XML elements in the repository. |
Store |
Adds a top-level XML element to the repository. |
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |