BrowserLinkCallbackAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an attribute that specifies a method is a browser link callback.
public ref class BrowserLinkCallbackAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class BrowserLinkCallbackAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type BrowserLinkCallbackAttribute = class
inherit Attribute
Public NotInheritable Class BrowserLinkCallbackAttribute
Inherits Attribute
- Inheritance
-
BrowserLinkCallbackAttribute
- Attributes
Constructors
| Name | Description |
|---|---|
| BrowserLinkCallbackAttribute() |
Initializes a new instance of the BrowserLinkCallback class. |