HtmlAddressingStrategy.GetApiPath Method
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Constructs the API path for the specified subpath, ensuring it is relative to the configured API path.
protected virtual string GetApiPath(string subpath)Parameters
subpathstring- The subpath to append to the API path.
Returns
- string
- A string representing the full API path with the specified subpath appended.
