WebPageRazorHost.RegisterSpecialFile Method (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.
Assembly: System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)
'Declaration Protected Sub RegisterSpecialFile ( _ fileName As String, _ baseTypeName As String _ ) 'Usage Dim fileName As String Dim baseTypeName As String Me.RegisterSpecialFile(fileName, _ baseTypeName)
Parameters
- fileName
- Type: System.String
The file name.
- baseTypeName
- Type: System.String
The base type name.
Show: