IResourceAddress Interface
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Defines a contract to represent a resource address.
public interface IResourceAddress- Implemented by
Remarks
Resource addresses are a key abstraction in the documentation system that provide a unified way to reference documentation resources regardless of their physical location.
Properties
| RelativeFilePath | Gets the address of the resource as a file path if applicable. |
| RelativeUrl | Gets the address of the resource as a URL. |
