Interface INavTracker
Interface for navigation tracker.
Namespace: FhirCodeGenBlazor.Models
Assembly: FhirCodeGenBlazor.dll
Syntax
public interface INavTracker
Methods
| Improve this Doc View SourceNotifyNav(String, String, Int32)
Notifies a navigation.
Declaration
void NotifyNav(string page, string link, int depth)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | page | The page. |
| System.String | link | The link. |
| System.Int32 | depth | The depth. |