Table of Contents

Class AddressViewModelExtensions

Namespace
Dynamicweb.Ecommerce.Frontend
Assembly
Dynamicweb.Ecommerce.dll
public static class AddressViewModelExtensions
Inheritance
AddressViewModelExtensions
Inherited Members

Methods

GetStateName(AddressViewModel)

Gets the name of the state for the specified AddressViewModel.

public static string GetStateName(this AddressViewModel model)

Parameters

model AddressViewModel

The AddressViewModel instance.

Returns

string

The name of the state.

To top