Share via


ParserContext.Source Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the text reader for the source document.

public System.Web.Razor.Text.TextDocumentReader Source { get; set; }
member this.Source : System.Web.Razor.Text.TextDocumentReader with get, set
Public Property Source As TextDocumentReader

Property Value

The text reader for the source document.

Applies to