Share via


SourceLocationTracker.UpdateLocation Method

Definition

Overloads

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.

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.

public System.Web.Razor.Text.SourceLocationTracker UpdateLocation (string content);
member this.UpdateLocation : string -> System.Web.Razor.Text.SourceLocationTracker
Public Function UpdateLocation (content As String) As SourceLocationTracker

Parameters

content
String

The content of the source.

Returns

The SourceLocationTracker object.

Applies to

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.

public void UpdateLocation (char characterRead, char nextCharacter);
member this.UpdateLocation : char * char -> unit
Public Sub UpdateLocation (characterRead As Char, nextCharacter As Char)

Parameters

characterRead
Char

The character to read.

nextCharacter
Char

The character to update.

Applies to