WebPageRazorHost.RegisterSpecialFile Method

Definition

Overloads

RegisterSpecialFile(String, String)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Registers the special file with the specified file name and base type name.

RegisterSpecialFile(String, Type)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Registers the special file with the specified file name and base type.

RegisterSpecialFile(String, String)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Registers the special file with the specified file name and base type name.

protected void RegisterSpecialFile (string fileName, string baseTypeName);
member this.RegisterSpecialFile : string * string -> unit
Protected Sub RegisterSpecialFile (fileName As String, baseTypeName As String)

Parameters

fileName
String

The file name.

baseTypeName
String

The base type name.

Applies to

RegisterSpecialFile(String, Type)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Registers the special file with the specified file name and base type.

protected void RegisterSpecialFile (string fileName, Type baseType);
member this.RegisterSpecialFile : string * Type -> unit
Protected Sub RegisterSpecialFile (fileName As String, baseType As Type)

Parameters

fileName
String

The file name.

baseType
Type

The type of base file.

Applies to