IWithSubDomain<ParentT> Interface

Definition

The stage of a hostname binding definition allowing sub-domain to be specified.

public interface IWithSubDomain<ParentT>
type IWithSubDomain<'ParentT> = interface
Public Interface IWithSubDomain(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithSubDomain(String)

Specifies the sub-domain to bind to.

Applies to