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. |
page | The page. |
System. |
link | The link. |
System. |
depth | The depth. |