We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24a40d commit 3c384a3Copy full SHA for 3c384a3
1 file changed
README.md
@@ -80,7 +80,7 @@ Analytics.TrackEvent("generate_lead", new {currency = "USD", value = 99.99});
80
```csharp
81
protected override void OnInitialized()
82
{
83
- DisableNavigation.DisableTracking();
+ TrackingNavigationState.DisableTracking();
84
}
85
```
86
2.2 For whole application
0 commit comments