WebPageRazorHost.AddGlobalImport Method

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.

Namespace:  System.Web.WebPages.Razor
Assembly:  System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)

static member AddGlobalImport : 
        ns:string -> unit

Parameters

ns
Type: System.String
The notification service name.
Show: