Share via


SourceLocationTracker.UpdateLocation Method (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.

Namespace:  System.Web.Razor.Text
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Function UpdateLocation ( _
    content As String _
) As SourceLocationTracker
'Usage
Dim instance As SourceLocationTracker 
Dim content As String 
Dim returnValue As SourceLocationTracker 

returnValue = instance.UpdateLocation(content)
public SourceLocationTracker UpdateLocation(
    string content
)
public:
SourceLocationTracker^ UpdateLocation(
    String^ content
)
member UpdateLocation : 
        content:string -> SourceLocationTracker
public function UpdateLocation(
    content : String
) : SourceLocationTracker

Parameters

Return Value

Type: System.Web.Razor.Text.SourceLocationTracker
The SourceLocationTracker object.

See Also

Reference

SourceLocationTracker Class

UpdateLocation Overload

System.Web.Razor.Text Namespace