Share via


TemplateFileInfo Class

Contains methods and properties that describe a file information template.

Inheritance Hierarchy

System.Object
  System.Web.WebPages.TemplateFileInfo

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

Syntax

'Declaration
Public Class TemplateFileInfo
'Usage
Dim instance As TemplateFileInfo
public class TemplateFileInfo
public ref class TemplateFileInfo
type TemplateFileInfo =  class end
public class TemplateFileInfo

The TemplateFileInfo type exposes the following members.

Constructors

  Name Description
Public method TemplateFileInfo Initializes a new instance of the TemplateFileInfo class by using the specified virtual path.

Top

Properties

  Name Description
Public property VirtualPath Gets the virtual path of the web page.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.WebPages Namespace