ResolveUrlCodeGenerator Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the resolve Url code generator.

public class ResolveUrlCodeGenerator : System.Web.Razor.Generator.SpanCodeGenerator
type ResolveUrlCodeGenerator = class
    inherit SpanCodeGenerator
Public Class ResolveUrlCodeGenerator
Inherits SpanCodeGenerator
Inheritance
ResolveUrlCodeGenerator

Constructors

ResolveUrlCodeGenerator()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the ResolveUrlCodeGenerator class.

Methods

Equals(Object)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether this instance and a specified object are equal.

GenerateCode(Span, CodeGeneratorContext)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code for the Url.

GetHashCode()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this instance.

ToString()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the fully qualified type name of this instance.

Applies to