SourceLocationTracker Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides a source location tracker.
Inheritance Hierarchy
System.Object
System.Web.Razor.Text.SourceLocationTracker
Namespace: System.Web.Razor.Text
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Class SourceLocationTracker
'Usage
Dim instance As SourceLocationTracker
public class SourceLocationTracker
public ref class SourceLocationTracker
type SourceLocationTracker = class end
public class SourceLocationTracker
The SourceLocationTracker type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SourceLocationTracker() | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SourceLocationTracker class. |
![]() |
SourceLocationTracker(SourceLocation) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SourceLocationTracker class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CurrentLocation | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the current location of the source. |
Top
Methods
Name | Description | |
---|---|---|
![]() ![]() |
CalculateNewLocation | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Calculates the new location of the source. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
UpdateLocation(String) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Updates the location of the source. |
![]() |
UpdateLocation(Char, Char) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Updates the source location. |
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.