ThrowIfCanceled() Method
// .NET Standard 1.6 + Platform Extensions
// Microsoft.AspNetCore.Razor, Version=1.1.0.0, PublicKeyToken=adb9793829ddae60
namespace Microsoft.AspNetCore.Razor.Parser
{
public abstract class ParserVisitor
{
public virtual void ThrowIfCanceled();
}
}
Usage
- ID
- M:Microsoft.AspNetCore.Razor.Parser.ParserVisitor.ThrowIfCanceled
Declarations
Platform |
Version |
Assembly |
.NET Standard + Platform Extensions |
1.6 |
Microsoft.AspNetCore.Razor, Version=1.1.0.0, PublicKeyToken=adb9793829ddae60
|