Show / Hide Table of Contents

Interface INavTracker

Interface for navigation tracker.

Namespace: FhirCodeGenBlazor.Models
Assembly: FhirCodeGenBlazor.dll
Syntax
public interface INavTracker

Methods

| Improve this Doc View Source

NotifyNav(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX