NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TemplateParser.GetCompiledPageInstance

[To be supplied.]

[Visual Basic]
Public Shared Function GetCompiledPageInstance( _
   ByVal inputFile As String, _
   ByVal context As HttpContext, _
   ByVal basePhysicalDir As String _
) As IHttpHandler
[C#]
public static IHttpHandler GetCompiledPageInstance(
   string inputFile,
   HttpContext context,
   string basePhysicalDir
);
[C++]
public: static IHttpHandler* GetCompiledPageInstance(
   String* inputFile,
   HttpContext* context,
   String* basePhysicalDir
);
[JScript]
public static function GetCompiledPageInstance(
   inputFile : String,
   context : HttpContext,
   basePhysicalDir : String
) : IHttpHandler;

Parameters

inputFile
[To be supplied.]
context
[To be supplied.]
basePhysicalDir
[To be supplied.]

See Also

TemplateParser Class | TemplateParser Members | System.Web.UI Namespace