Share via


RazorBuildProvider.AddVirtualPathDependency(String) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a virtual path dependency to the collection.

public void AddVirtualPathDependency(string dependency);
member this.AddVirtualPathDependency : string -> unit
Public Sub AddVirtualPathDependency (dependency As String)

Parameters

dependency
String

A virtual path dependency to add.

Applies to