WebPageRazorHost.AddGlobalImport(String) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a global import on the webpage.

public static void AddGlobalImport (string ns);
static member AddGlobalImport : string -> unit
Public Shared Sub AddGlobalImport (ns As String)

Parameters

ns
String

The notification service name.

Applies to