Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: System.Web.Razor.Generator
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Property VisitedSpans As IList(Of Span)
Get
Private Set
'Usage
Dim instance As RazorCodeGenerator..::..BlockContext
Dim value As IList(Of Span)
value = instance.VisitedSpans
public IList<Span> VisitedSpans { get; private set; }
public:
property IList<Span^>^ VisitedSpans {
IList<Span^>^ get ();
private: void set (IList<Span^>^ value);
}
function get VisitedSpans () : IList<Span>
private function set VisitedSpans (value : IList<Span>)
Property Value
Type: System.Collections.Generic.IList<Span>
Permissions
- Medium trust for the immediate caller. This member can be used by partially trusted code.