Click or drag to resize
PathReferenceAttribute Class
Indicates that a parameter is a path to a file or a folder within a web project. Path can be relative or absolute, starting from web root (~).
Inheritance Hierarchy

Namespace: Slash.Diagnostics.ReSharper.Annotations
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax
public class PathReferenceAttribute : Attribute

The PathReferenceAttribute type exposes the following members.

Constructors
  NameDescription
Public methodPathReferenceAttribute
Initializes a new instance of the PathReferenceAttribute class
Public methodPathReferenceAttribute(String)
Initializes a new instance of the PathReferenceAttribute class
Top
Properties
  NameDescription
Public propertyBasePath
Top
See Also