Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the configurations associated with the controller.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property Configuration As HttpConfiguration
Get
Set
'Usage
Dim instance As HttpControllerDescriptor
Dim value As HttpConfiguration
value = instance.Configuration
instance.Configuration = value
public HttpConfiguration Configuration { get; set; }
public:
property HttpConfiguration^ Configuration {
HttpConfiguration^ get ();
void set (HttpConfiguration^ value);
}
member Configuration : HttpConfiguration with get, set
function get Configuration () : HttpConfiguration
function set Configuration (value : HttpConfiguration)
Property Value
Type: System.Web.Http.HttpConfiguration
The configurations associated with the controller.