PageParserFilter.AllowServerSideInclude Method (String)
.NET Framework (current version)
Determines whether a parser permits a specific server-side include on a page.
Assembly: System.Web (in System.Web.dll)
abstract AllowServerSideInclude : includeVirtualPath:string -> bool override AllowServerSideInclude : includeVirtualPath:string -> bool
Parameters
- includeVirtualPath
-
Type:
System.String
The virtual path to the included file.
Return Value
Type: System.Booleantrue if a parser permits the specific server-side include; otherwise, false. The default is false.
Override the AllowServerSideInclude method to reject all or specific server-side includes. For more information about server-side include syntax, see Server-Side Include Directive Syntax.
.NET Framework
Available since 2.0
Available since 2.0
Show: